aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/dm814x-clocks.dtsi
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-12-07 10:46:52 +0200
committerTony Lindgren <tony@atomide.com>2017-12-11 08:28:37 -0800
commitbb30465b59020f394a8888654fe897f8ccbe3b38 (patch)
tree605140c463fa956d8e10d362d5b37d9a44ee3252 /arch/arm/boot/dts/dm814x-clocks.dtsi
parentARM: dts: am43xx: add clkctrl nodes (diff)
downloadwireguard-linux-bb30465b59020f394a8888654fe897f8ccbe3b38.tar.xz
wireguard-linux-bb30465b59020f394a8888654fe897f8ccbe3b38.zip
ARM: dts: dm814x: add clkctrl nodes
Add clkctrl nodes for DM814x SoC. These are going to be acting as replacement for part of the existing clock data and the existing clkctrl hooks under hwmod data. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm814x-clocks.dtsi')
-rw-r--r--arch/arm/boot/dts/dm814x-clocks.dtsi30
1 files changed, 30 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm814x-clocks.dtsi b/arch/arm/boot/dts/dm814x-clocks.dtsi
index c4671af0a28d..f80525a290bb 100644
--- a/arch/arm/boot/dts/dm814x-clocks.dtsi
+++ b/arch/arm/boot/dts/dm814x-clocks.dtsi
@@ -337,3 +337,33 @@
clock-frequency = <20000000>;
};
};
+
+&prcm {
+ default_cm: default_cm@500 {
+ compatible = "ti,omap4-cm";
+ reg = <0x500 0x100>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x500 0x100>;
+
+ default_clkctrl: clk@0 {
+ compatible = "ti,clkctrl";
+ reg = <0x0 0x5c>;
+ #clock-cells = <2>;
+ };
+ };
+
+ alwon_cm: alwon_cm@1400 {
+ compatible = "ti,omap4-cm";
+ reg = <0x1400 0x300>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0x1400 0x300>;
+
+ alwon_clkctrl: clk@0 {
+ compatible = "ti,clkctrl";
+ reg = <0x0 0x228>;
+ #clock-cells = <2>;
+ };
+ };
+};