@@ -74,40 +74,34 @@
};
};
-&internal_dac {
- VDD-supply = <&internal_dac_supply>;
-};
-
-&spfi1 {
+&adc {
status = "okay";
-
- pinctrl-0 = <&spim1_pins>, <&spim1_quad_pins>, <&spim1_cs0_pin>,
- <&spim1_cs1_pin>;
- pinctrl-names = "default";
- cs-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>, <&gpio0 1 GPIO_ACTIVE_HIGH>;
-
- flash@0 {
- compatible = "spansion,s25fl016k", "jedec,spi-nor";
- reg = <0>;
- spi-max-frequency = <50000000>;
- };
+ vref-supply = <®_1v8>;
+ adc-reserved-channels = <0x10>;
};
-&uart0 {
+&enet {
status = "okay";
- assigned-clock-rates = <114278400>, <1843200>;
};
-&uart1 {
+&i2c2 {
status = "okay";
+ clock-frequency = <400000>;
+
+ tpm@20 {
+ compatible = "infineon,slb9645tt";
+ reg = <0x20>;
+ };
+
};
-&usb {
+&i2c3 {
status = "okay";
+ clock-frequency = <400000>;
};
-&enet {
- status = "okay";
+&internal_dac {
+ VDD-supply = <&internal_dac_supply>;
};
&pin_enet {
@@ -118,12 +112,6 @@
drive-strength = <2>;
};
-&sdhost {
- status = "okay";
- bus-width = <4>;
- disable-wp;
-};
-
&pin_sdhost_cmd {
drive-strength = <2>;
};
@@ -140,24 +128,36 @@
pinctrl-names = "default";
};
-&adc {
+&sdhost {
status = "okay";
- vref-supply = <®_1v8>;
- adc-reserved-channels = <0x10>;
+ bus-width = <4>;
+ disable-wp;
};
-&i2c2 {
+&spfi1 {
status = "okay";
- clock-frequency = <400000>;
- tpm@20 {
- compatible = "infineon,slb9645tt";
- reg = <0x20>;
+ pinctrl-0 = <&spim1_pins>, <&spim1_quad_pins>, <&spim1_cs0_pin>,
+ <&spim1_cs1_pin>;
+ pinctrl-names = "default";
+ cs-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>, <&gpio0 1 GPIO_ACTIVE_HIGH>;
+
+ flash@0 {
+ compatible = "spansion,s25fl016k", "jedec,spi-nor";
+ reg = <0>;
+ spi-max-frequency = <50000000>;
};
+};
+&uart0 {
+ status = "okay";
+ assigned-clock-rates = <114278400>, <1843200>;
};
-&i2c3 {
+&uart1 {
+ status = "okay";
+};
+
+&usb {
status = "okay";
- clock-frequency = <400000>;
};
Consistently order nodes referenced by label alphabetically. No functional changes. This prepares for adding nodes. Signed-off-by: Andreas Färber <afaerber@suse.de> --- arch/mips/boot/dts/img/pistachio_marduk.dts | 76 ++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) -- 2.16.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html