[U-Boot] [PATCH 4/4] ARC: HSDK: DTS: add cgu-clk node

Eugeniy Paltsev Eugeniy.Paltsev at synopsys.com
Tue Jan 16 17:44:28 UTC 2018


Add cgu-clk (clock generation unit) node to hsdk device tree.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>
---
 arch/arc/dts/hsdk.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arc/dts/hsdk.dts b/arch/arc/dts/hsdk.dts
index a7b276c..67dfb93 100644
--- a/arch/arc/dts/hsdk.dts
+++ b/arch/arc/dts/hsdk.dts
@@ -24,6 +24,12 @@
 		};
 	};
 
+	cgu_clk: cgu-clk at f0000000 {
+		compatible = "snps,hsdk-cgu-clock";
+		reg = <0xf0000000 0x10>, <0xf00014B8 0x4>;
+		#clock-cells = <1>;
+	};
+
 	uart0: serial0 at f0005000 {
 		compatible = "snps,dw-apb-uart";
 		reg = <0xf0005000 0x1000>;
-- 
2.9.3



More information about the U-Boot mailing list