Commit 9c684e29 authored by Guo Zeng's avatar Guo Zeng Committed by Stephen Boyd
Browse files

ARM: dts: atlas7: add fixed frequency clocks in car node



This patch adds the fixed clocks of external crystal oscillators.

Signed-off-by: default avatarGuo Zeng <Guo.Zeng@csr.com>
Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
[sboyd@codeaurora.org: Remove size-cells/address-cells]
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 301c5d29
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -38,6 +38,21 @@
		};
	};

	clocks {
		xinw {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <32768>;
			clock-output-names = "xinw";
		};
		xin {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <26000000>;
			clock-output-names = "xin";
		};
	};

	noc {
		compatible = "simple-bus";
		#address-cells = <1>;