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 chosen { 12 tick-timer = &timer2; 13 }; 14 15 ocp { 16 u-boot,dm-spl; 17 18 ocp2scp@4a080000 { 19 compatible = "ti,omap-ocp2scp", "simple-bus"; 20 }; 21 22 ocp2scp@4a090000 { 23 compatible = "ti,omap-ocp2scp", "simple-bus"; 24 }; 25 26 bandgap@4a0021e0 { 27 u-boot,dm-spl; 28 }; 29 }; 30}; 31 32&uart1 { 33 u-boot,dm-spl; 34 reg-shift = <2>; 35}; 36 37&uart3 { 38 u-boot,dm-spl; 39 reg-shift = <2>; 40}; 41 42&mmc1 { 43 u-boot,dm-spl; 44}; 45 46&mmc2 { 47 u-boot,dm-spl; 48}; 49 50&l4_cfg { 51 u-boot,dm-spl; 52}; 53 54&scm { 55 u-boot,dm-spl; 56}; 57 58&scm_conf { 59 u-boot,dm-spl; 60}; 61 62&qspi { 63 u-boot,dm-spl; 64 65 m25p80@0 { 66 compatible = "spi-flash"; 67 u-boot,dm-spl; 68 }; 69}; 70 71&gpio1 { 72 u-boot,dm-spl; 73}; 74 75&gpio2 { 76 u-boot,dm-spl; 77}; 78 79&gpio3 { 80 u-boot,dm-spl; 81}; 82 83&gpio4 { 84 u-boot,dm-spl; 85}; 86 87&gpio5 { 88 u-boot,dm-spl; 89}; 90 91&gpio6 { 92 u-boot,dm-spl; 93}; 94 95&gpio7 { 96 u-boot,dm-spl; 97}; 98 99&i2c1 { 100 u-boot,dm-spl; 101}; 102