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}; 23 24&uart1 { 25 u-boot,dm-spl; 26 reg-shift = <2>; 27}; 28 29&uart3 { 30 u-boot,dm-spl; 31 reg-shift = <2>; 32}; 33 34&mmc1 { 35 u-boot,dm-spl; 36}; 37 38&mmc2 { 39 u-boot,dm-spl; 40}; 41 42&l4_cfg { 43 u-boot,dm-spl; 44}; 45 46&scm { 47 u-boot,dm-spl; 48}; 49 50&scm_conf { 51 u-boot,dm-spl; 52}; 53 54&qspi { 55 u-boot,dm-spl; 56 57 m25p80@0 { 58 compatible = "spi-flash"; 59 u-boot,dm-spl; 60 }; 61}; 62 63&gpio2 { 64 u-boot,dm-spl; 65}; 66 67&gpio7 { 68 u-boot,dm-spl; 69}; 70