]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
Merge branch 'master' of git://git.denx.de/u-boot-spi
[thirdparty/u-boot.git] / arch / arm / dts / stm32mp157c-ev1-u-boot.dtsi
index 409f983fb2ea672c4fb542eb553ddc62a187fc02..8b92b1fa2eeea286f1ce7728906517e57b9bafde 100644 (file)
@@ -7,29 +7,23 @@
 
 / {
        aliases {
-               spi0 = &qspi;
+               gpio26 = &stmfx_pinctrl;
                i2c1 = &i2c2;
                i2c4 = &i2c5;
+               pinctrl2 = &stmfx_pinctrl;
+               spi0 = &qspi;
        };
 };
 
 &flash0 {
        compatible = "jedec,spi-nor";
+       u-boot,dm-spl;
 };
 
 &flash1 {
        compatible = "jedec,spi-nor";
 };
 
-&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;
+};