|
@@ -32,6 +32,21 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ i2s0: i2s@03830000 {
|
|
|
+ pinctrl-0 = <&i2s0_bus>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ status = "okay";
|
|
|
+ clocks = <&clock_audss EXYNOS_I2S_BUS>,
|
|
|
+ <&clock_audss EXYNOS_DOUT_AUD_BUS>;
|
|
|
+ clock-names = "iis", "i2s_opclk0";
|
|
|
+ };
|
|
|
+
|
|
|
+ sound: sound {
|
|
|
+ compatible = "samsung,odroidx2-audio";
|
|
|
+ samsung,i2s-controller = <&i2s0>;
|
|
|
+ samsung,audio-codec = <&max98090>;
|
|
|
+ };
|
|
|
+
|
|
|
mmc@12550000 {
|
|
|
pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
|
|
|
pinctrl-names = "default";
|
|
@@ -321,6 +336,18 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ i2c@13870000 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&i2c1_bus>;
|
|
|
+ status = "okay";
|
|
|
+ max98090: max98090@10 {
|
|
|
+ compatible = "maxim,max98090";
|
|
|
+ reg = <0x10>;
|
|
|
+ interrupt-parent = <&gpx0>;
|
|
|
+ interrupts = <0 0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
exynos-usbphy@125B0000 {
|
|
|
status = "okay";
|
|
|
};
|