1/* 2 * Copyright (C) 2017 Texas Instruments Incorporated - https://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 "omap5-u-boot.dtsi" 8 */ 9 10/{ 11 ocp@68000000 { 12 bootph-pre-ram; 13 14 bandgap@48002524 { 15 bootph-pre-ram; 16 }; 17 }; 18}; 19 20&uart1 { 21 bootph-pre-ram; 22 reg-shift = <2>; 23}; 24 25&uart2 { 26 bootph-pre-ram; 27 reg-shift = <2>; 28}; 29 30&uart3 { 31 bootph-pre-ram; 32 reg-shift = <2>; 33}; 34 35&mmc1 { 36 bootph-pre-ram; 37}; 38 39&mmc2 { 40 bootph-pre-ram; 41}; 42 43&l4_core { 44 bootph-pre-ram; 45}; 46 47&scm { 48 bootph-pre-ram; 49}; 50 51&scm_conf { 52 bootph-pre-ram; 53}; 54 55&gpio1 { 56 bootph-pre-ram; 57}; 58 59&gpio2 { 60 bootph-pre-ram; 61}; 62 63&gpio3 { 64 bootph-pre-ram; 65}; 66 67&gpio4 { 68 bootph-pre-ram; 69}; 70 71&gpio5 { 72 bootph-pre-ram; 73}; 74 75&gpio6 { 76 bootph-pre-ram; 77}; 78 79&i2c1 { 80 bootph-pre-ram; 81 clock-frequency = <100000>; 82}; 83