1/* 2 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * Based on "dra7.dtsi" 8 */ 9 10/{ 11 ocp { 12 u-boot,dm-pre-reloc; 13 14 ocp2scp@4a090000 { 15 compatible = "ti,omap-ocp2scp", "simple-bus"; 16 }; 17 }; 18}; 19 20&uart1 { 21 u-boot,dm-pre-reloc; 22}; 23 24&uart3 { 25 u-boot,dm-pre-reloc; 26}; 27 28&mmc1 { 29 u-boot,dm-pre-reloc; 30}; 31 32&mmc2 { 33 u-boot,dm-pre-reloc; 34}; 35 36&l4_cfg { 37 u-boot,dm-pre-reloc; 38}; 39 40&scm { 41 u-boot,dm-pre-reloc; 42}; 43 44&scm_conf { 45 u-boot,dm-pre-reloc; 46}; 47 48&qspi { 49 u-boot,dm-pre-reloc; 50 51 m25p80@0 { 52 u-boot,dm-pre-reloc; 53 }; 54}; 55