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