Commit 2422d437 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx6q-sabrelite: Put the nodes in alphabetical order

Put the nodes in alphabetical order so that further node additions can be better
organized.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent d39a5834
...@@ -65,8 +65,10 @@ sound { ...@@ -65,8 +65,10 @@ sound {
}; };
}; };
&sata { &audmux {
status = "okay"; status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux_1>;
}; };
&ecspi1 { &ecspi1 {
...@@ -83,11 +85,29 @@ flash: m25p80@0 { ...@@ -83,11 +85,29 @@ flash: m25p80@0 {
}; };
}; };
&ssi1 { &fec {
fsl,mode = "i2s-slave"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet_1>;
phy-mode = "rgmii";
phy-reset-gpios = <&gpio3 23 0>;
status = "okay"; status = "okay";
}; };
&i2c1 {
status = "okay";
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1_1>;
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
clocks = <&clks 201>;
VDDA-supply = <&reg_2p5v>;
VDDIO-supply = <&reg_3p3v>;
};
};
&iomuxc { &iomuxc {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hog>; pinctrl-0 = <&pinctrl_hog>;
...@@ -108,23 +128,30 @@ MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x80000000 ...@@ -108,23 +128,30 @@ MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x80000000
}; };
}; };
&usbotg { &sata {
vbus-supply = <&reg_usb_otg_vbus>; status = "okay";
pinctrl-names = "default"; };
pinctrl-0 = <&pinctrl_usbotg_1>;
disable-over-current; &ssi1 {
fsl,mode = "i2s-slave";
status = "okay";
};
&uart2 {
status = "okay"; status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2_1>;
}; };
&usbh1 { &usbh1 {
status = "okay"; status = "okay";
}; };
&fec { &usbotg {
vbus-supply = <&reg_usb_otg_vbus>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet_1>; pinctrl-0 = <&pinctrl_usbotg_1>;
phy-mode = "rgmii"; disable-over-current;
phy-reset-gpios = <&gpio3 23 0>;
status = "okay"; status = "okay";
}; };
...@@ -145,30 +172,3 @@ &usdhc4 { ...@@ -145,30 +172,3 @@ &usdhc4 {
vmmc-supply = <&reg_3p3v>; vmmc-supply = <&reg_3p3v>;
status = "okay"; status = "okay";
}; };
&audmux {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux_1>;
};
&uart2 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2_1>;
};
&i2c1 {
status = "okay";
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1_1>;
codec: sgtl5000@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
clocks = <&clks 201>;
VDDA-supply = <&reg_2p5v>;
VDDIO-supply = <&reg_3p3v>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment