diff options
author | Warner Losh <imp@FreeBSD.org> | 2016-09-22 15:17:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2016-09-22 15:17:36 +0000 |
commit | fad63e2d459885f4976cbdf133271af9b4348b98 (patch) | |
tree | 9af8d9f009b98e00720f4ec6c14763bc1a8c4562 /sys/gnu/dts/arm/uniphier-common32.dtsi | |
parent | 8588bc08511253782ebd80e3e32fc1adbde8e480 (diff) | |
parent | c7716441be3a4a48aa7b7cdf69a15625c1cd8ef5 (diff) | |
download | src-test2-fad63e2d459885f4976cbdf133271af9b4348b98.tar.gz src-test2-fad63e2d459885f4976cbdf133271af9b4348b98.zip |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/uniphier-common32.dtsi')
-rw-r--r-- | sys/gnu/dts/arm/uniphier-common32.dtsi | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/sys/gnu/dts/arm/uniphier-common32.dtsi b/sys/gnu/dts/arm/uniphier-common32.dtsi index ea9301aaa461..61a095598206 100644 --- a/sys/gnu/dts/arm/uniphier-common32.dtsi +++ b/sys/gnu/dts/arm/uniphier-common32.dtsi @@ -45,6 +45,13 @@ /include/ "skeleton.dtsi" / { + clocks { + refclk: ref { + #clock-cells = <0>; + compatible = "fixed-clock"; + }; + }; + soc: soc { compatible = "simple-bus"; #address-cells = <1>; @@ -52,12 +59,6 @@ ranges; interrupt-parent = <&intc>; - extbus: extbus { - compatible = "simple-bus"; - #address-cells = <2>; - #size-cells = <1>; - }; - serial0: serial@54006800 { compatible = "socionext,uniphier-uart"; status = "disabled"; @@ -98,9 +99,17 @@ clocks = <&uart_clk>; }; - system-bus-controller@58c00000 { - compatible = "socionext,uniphier-system-bus-controller"; - reg = <0x58c00000 0x400>, <0x59800000 0x2000>; + system_bus: system-bus@58c00000 { + compatible = "socionext,uniphier-system-bus"; + status = "disabled"; + reg = <0x58c00000 0x400>; + #address-cells = <2>; + #size-cells = <1>; + }; + + smpctrl@59800000 { + compatible = "socionext,uniphier-smpctrl"; + reg = <0x59801000 0x400>; }; timer@60000200 { |