|
@@ -112,6 +112,13 @@
|
|
clock-frequency = <12000000>;
|
|
clock-frequency = <12000000>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ /* fixed 32k external oscillator clock */
|
|
|
|
+ clk_32k_rtc: clk_32k_rtc {
|
|
|
|
+ #clock-cells = <0>;
|
|
|
|
+ compatible = "fixed-clock";
|
|
|
|
+ clock-frequency = <32768>;
|
|
|
|
+ };
|
|
|
|
+
|
|
sound0: sound@0 {
|
|
sound0: sound@0 {
|
|
compatible = "simple-audio-card";
|
|
compatible = "simple-audio-card";
|
|
simple-audio-card,name = "AM437x-GP-EVM";
|
|
simple-audio-card,name = "AM437x-GP-EVM";
|
|
@@ -941,3 +948,9 @@
|
|
tx-num-evt = <32>;
|
|
tx-num-evt = <32>;
|
|
rx-num-evt = <32>;
|
|
rx-num-evt = <32>;
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+&rtc {
|
|
|
|
+ clocks = <&clk_32k_rtc>, <&clk_32768_ck>;
|
|
|
|
+ clock-names = "ext-clk", "int-clk";
|
|
|
|
+ status = "okay";
|
|
|
|
+};
|