Keep nodes alphabelitally sorted. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Nathan Rossi <nathan@nathanrossi.com>
@@ -387,6 +387,11 @@
};
+&qspi {
+ u-boot,dm-pre-reloc;
+ status = "okay";
+};
+
&sdhci0 {
u-boot,dm-pre-reloc;
status = "okay";
@@ -401,11 +406,6 @@
pinctrl-0 = <&pinctrl_uart1_default>;
-&qspi {
- u-boot,dm-pre-reloc;
- status = "okay";
-};
-
&usb0 {
dr_mode = "host";
@@ -306,6 +306,11 @@
@@ -320,11 +325,6 @@
@@ -36,27 +36,6 @@
-&spi1 {
- num-cs = <4>;
- is-decoded-cs = <0>;
- flash@0 {
- compatible = "sst25wf080";
- reg = <1>;
- spi-max-frequency = <1000000>;
- #address-cells = <1>;
- #size-cells = <1>;
- partition@test {
- label = "spi-flash";
- reg = <0x0 0x100000>;
- };
&can0 {
@@ -82,10 +61,31 @@
+&spi1 {
+ num-cs = <4>;
+ is-decoded-cs = <0>;
+ flash@0 {
+ compatible = "sst25wf080";
+ reg = <1>;
+ spi-max-frequency = <1000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ partition@test {
+ label = "spi-flash";
+ reg = <0x0 0x100000>;
+ };
&uart1 {
@@ -50,17 +50,17 @@
-&sdhci0 {
-&uart1 {
+&sdhci0 {
+&uart1 {
@@ -51,17 +51,17 @@