ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT
[oweals/u-boot.git] / arch / arm / dts / omap5-u-boot.dtsi
index 9f9b4d168303b7ae9a805552b9d4b7e6a4654082..bf2684cb6102088d89830fe1aae4acc5a914a503 100644 (file)
@@ -8,21 +8,31 @@
  */
 
 /{
+       chosen {
+               tick-timer = &timer2;
+       };
+
        ocp {
                u-boot,dm-spl;
 
                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;
+};