|
@@ -65,8 +65,10 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
-&sata {
|
|
|
+&audmux {
|
|
|
status = "okay";
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_audmux_1>;
|
|
|
};
|
|
|
|
|
|
&ecspi1 {
|
|
@@ -83,11 +85,29 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
-&ssi1 {
|
|
|
- fsl,mode = "i2s-slave";
|
|
|
+&fec {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_enet_1>;
|
|
|
+ phy-mode = "rgmii";
|
|
|
+ phy-reset-gpios = <&gpio3 23 0>;
|
|
|
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 = <®_2p5v>;
|
|
|
+ VDDIO-supply = <®_3p3v>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
&iomuxc {
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&pinctrl_hog>;
|
|
@@ -108,23 +128,30 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
-&usbotg {
|
|
|
- vbus-supply = <®_usb_otg_vbus>;
|
|
|
- pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&pinctrl_usbotg_1>;
|
|
|
- disable-over-current;
|
|
|
+&sata {
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&ssi1 {
|
|
|
+ fsl,mode = "i2s-slave";
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
+&uart2 {
|
|
|
status = "okay";
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&pinctrl_uart2_1>;
|
|
|
};
|
|
|
|
|
|
&usbh1 {
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
|
-&fec {
|
|
|
+&usbotg {
|
|
|
+ vbus-supply = <®_usb_otg_vbus>;
|
|
|
pinctrl-names = "default";
|
|
|
- pinctrl-0 = <&pinctrl_enet_1>;
|
|
|
- phy-mode = "rgmii";
|
|
|
- phy-reset-gpios = <&gpio3 23 0>;
|
|
|
+ pinctrl-0 = <&pinctrl_usbotg_1>;
|
|
|
+ disable-over-current;
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
@@ -145,30 +172,3 @@
|
|
|
vmmc-supply = <®_3p3v>;
|
|
|
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 = <®_2p5v>;
|
|
|
- VDDIO-supply = <®_3p3v>;
|
|
|
- };
|
|
|
-};
|