summaryrefslogtreecommitdiff
path: root/arch/arm/dts/uniphier-common32.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:36:13 +0900
commitcc33609546e1e4c6c7bb59026eca7463765be61e (patch)
tree50d09406c3426b7510dbaf0c312427e8a336b690 /arch/arm/dts/uniphier-common32.dtsi
parent48264d9beba2ccc18b9497944048eea135883529 (diff)
ARM: dts: uniphier: add reference clock nodes
Add master clock nodes generated by crystal oscillators. PH1-sLD3, PH1-LD4: 24.576 MHz PH1-Pro4, ProXstream2: 25.000 MHz PH1-Pro5: 20.000 MHz Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-common32.dtsi')
-rw-r--r--arch/arm/dts/uniphier-common32.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-common32.dtsi b/arch/arm/dts/uniphier-common32.dtsi
index 5d4b2cf4c3..de04de1111 100644
--- a/arch/arm/dts/uniphier-common32.dtsi
+++ b/arch/arm/dts/uniphier-common32.dtsi
@@ -9,6 +9,13 @@
/include/ "skeleton.dtsi"
/ {
+ clocks {
+ refclk: ref {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ };
+ };
+
soc: soc {
compatible = "simple-bus";
#address-cells = <1>;