From 233812a64274e80f1a7b291653fa9d341a326ebd Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 2 Feb 2016 21:11:34 +0900 Subject: ARM: dts: uniphier: add device nodes for System Control blocks These are mainly used for controlling clocks and resets. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-common32.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm/dts/uniphier-common32.dtsi') diff --git a/arch/arm/dts/uniphier-common32.dtsi b/arch/arm/dts/uniphier-common32.dtsi index de04de1111..d3e5a74d79 100644 --- a/arch/arm/dts/uniphier-common32.dtsi +++ b/arch/arm/dts/uniphier-common32.dtsi @@ -101,6 +101,14 @@ reg = <0x5f801000 0xe00>; }; + sysctrl: sysctrl@61840000 { + /* specify compatible in each SoC DTSI */ + reg = <0x61840000 0x4000>; + #clock-cells = <1>; + clock-names = "ref"; + clocks = <&refclk>; + }; + nand: nand@68000000 { compatible = "denali,denali-nand-dt"; reg = <0x68000000 0x20>, <0x68100000 0x1000>; -- cgit v1.2.1