Merge tag 'mips-pull-2019-11-16' of git://git.denx.de/u-boot-mips
[oweals/u-boot.git] / arch / arm / dts / omap5-u-boot.dtsi
index 9f9b4d168303b7ae9a805552b9d4b7e6a4654082..54a7285e6e1ea04cba5e31b7cad24253316b2353 100644 (file)
@@ -8,21 +8,40 @@
  */
 
 /{
+       chosen {
+               tick-timer = &timer2;
+       };
+
+       aliases {
+               usb0 = &usb1;
+               usb1 = &usb2;
+       };
+
        ocp {
                u-boot,dm-spl;
 
+               ocp2scp@4a080000 {
+                       compatible = "ti,omap-ocp2scp", "simple-bus";
+               };
+
                ocp2scp@4a090000 {
                        compatible = "ti,omap-ocp2scp", "simple-bus";
                };
+
+               bandgap@4a0021e0 {
+                       u-boot,dm-spl;
+               };
        };
 };
 
 &uart1 {
        u-boot,dm-spl;
+       reg-shift = <2>;
 };
 
 &uart3 {
        u-boot,dm-spl;
+       reg-shift = <2>;
 };
 
 &mmc1 {
        u-boot,dm-spl;
 
        m25p80@0 {
+               compatible = "spi-flash";
                u-boot,dm-spl;
        };
 };
+
+&gpio1 {
+       u-boot,dm-spl;
+};
+
+&gpio2 {
+       u-boot,dm-spl;
+};
+
+&gpio3 {
+       u-boot,dm-spl;
+};
+
+&gpio4 {
+       u-boot,dm-spl;
+};
+
+&gpio5 {
+       u-boot,dm-spl;
+};
+
+&gpio6 {
+       u-boot,dm-spl;
+};
+
+&gpio7 {
+       u-boot,dm-spl;
+};
+
+&i2c1 {
+       u-boot,dm-spl;
+};