|
@@ -59,6 +59,11 @@
|
|
|
|
|
|
i2c0: i2c@f8010000 {
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ wm8731: wm8731@1a {
|
|
|
+ compatible = "wm8731";
|
|
|
+ reg = <0x1a>;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
pinctrl@fffff400 {
|
|
@@ -90,6 +95,10 @@
|
|
|
watchdog@fffffe40 {
|
|
|
status = "okay";
|
|
|
};
|
|
|
+
|
|
|
+ ssc0: ssc@f0010000 {
|
|
|
+ status = "okay";
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
usb0: ohci@00600000 {
|
|
@@ -104,4 +113,19 @@
|
|
|
status = "okay";
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ sound {
|
|
|
+ compatible = "atmel,sam9x5-wm8731-audio";
|
|
|
+
|
|
|
+ atmel,model = "wm8731 @ AT91SAM9X5EK";
|
|
|
+
|
|
|
+ atmel,audio-routing =
|
|
|
+ "Headphone Jack", "RHPOUT",
|
|
|
+ "Headphone Jack", "LHPOUT",
|
|
|
+ "LLINEIN", "Line In Jack",
|
|
|
+ "RLINEIN", "Line In Jack";
|
|
|
+
|
|
|
+ atmel,ssc-controller = <&ssc0>;
|
|
|
+ atmel,audio-codec = <&wm8731>;
|
|
|
+ };
|
|
|
};
|