imx8: Replace SC_R_LAST with SC_R_NONE in DTB
[oweals/u-boot.git] / arch / arm / dts / socfpga_cyclone5_dbm_soc1.dts
index 139a70f265a69cb63d0c4a3d943d66b01bff2ffc..6439daa525d9ec4a315fec9b3eaa96d3234380e4 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include "socfpga_cyclone5.dtsi"
+#include "socfpga-common-u-boot.dtsi"
 
 / {
        model = "Devboards.de DBM-SoC1";
                device_type = "memory";
                reg = <0x0 0x40000000>; /* 1GB */
        };
-
-       soc {
-               u-boot,dm-pre-reloc;
-       };
 };
 
 &gmac1 {
        status = "okay";
 };
 
+&porta {
+       bank-name = "porta";
+};
+
+&portb {
+       bank-name = "portb";
+};
+
+&portc {
+       bank-name = "portc";
+};
+
 &mmc0 {
        status = "okay";
-       bus-width = <4>;
        u-boot,dm-pre-reloc;
 };
 
@@ -61,3 +69,7 @@
 &uart0 {
        u-boot,dm-pre-reloc;
 };
+
+&watchdog0 {
+       status = "disabled";
+};