]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/omap5-u-boot.dtsi
board: sama5d4_xplained: Set mac address from eeprom
[u-boot] / arch / arm / dts / omap5-u-boot.dtsi
index 92473143b956dab2d548d8b527456af3396fd779..2eeed6f4a0123e1e9e5b5c67a2298dc467d434ca 100644 (file)
@@ -8,8 +8,12 @@
  */
 
 /{
+       chosen {
+               tick-timer = &timer2;
+       };
+
        ocp {
-               u-boot,dm-pre-reloc;
+               u-boot,dm-spl;
 
                ocp2scp@4a090000 {
                        compatible = "ti,omap-ocp2scp", "simple-bus";
 };
 
 &uart1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
+       reg-shift = <2>;
 };
 
 &uart3 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
+       reg-shift = <2>;
 };
 
 &mmc1 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &mmc2 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &l4_cfg {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &scm {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &scm_conf {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 };
 
 &qspi {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-spl;
 
        m25p80@0 {
-               u-boot,dm-pre-reloc;
+               compatible = "spi-flash";
+               u-boot,dm-spl;
        };
 };
+
+&gpio2 {
+       u-boot,dm-spl;
+};
+
+&gpio7 {
+       u-boot,dm-spl;
+};