]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
ARM: dts: stm32: Synchronize DT with kernel one
[thirdparty/u-boot.git] / arch / arm / dts / stm32mp157c-ev1-u-boot.dtsi
index 30b173478c6ca8a1243090b23f891b6edefd8e37..be3b1526288ffc668fafe0b72328bae41a0e9ecd 100644 (file)
@@ -7,29 +7,21 @@
 
 / {
        aliases {
-               spi0 = &qspi;
                i2c1 = &i2c2;
                i2c4 = &i2c5;
+               spi0 = &qspi;
        };
 };
 
 &flash0 {
        compatible = "spi-flash";
+       u-boot,dm-spl;
 };
 
 &flash1 {
        compatible = "spi-flash";
 };
 
-&v3v3 {
-       regulator-always-on;
-};
-
-&usbotg_hs {
-       g-tx-fifo-size = <576>;
-};
-
-/* SPL part **************************************/
 &qspi {
        u-boot,dm-spl;
 };
        };
 };
 
-&flash0 {
-       u-boot,dm-spl;
+&usbotg_hs {
+       g-tx-fifo-size = <576>;
 };
 
+&v3v3 {
+       regulator-always-on;
+};