diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 11:43:03 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-03-15 22:43:47 +0900 |
commit | 46820e3f67ce826410580e6cc5aa3a75275d7c56 (patch) | |
tree | 05cd35e4cb731aa102a23765c5b5fe94bb712347 /arch/arm/dts/uniphier-pxs2.dtsi | |
parent | 27fbdcdefd87411e12c1d1caac1019d2b37a9eb7 (diff) | |
download | u-boot-46820e3f67ce826410580e6cc5aa3a75275d7c56.tar.gz |
ARM: dts: uniphier: sync with Linux 4.16-rc5
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pxs2.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-pxs2.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-pxs2.dtsi b/arch/arm/dts/uniphier-pxs2.dtsi index 549d930cee..7822c9e128 100644 --- a/arch/arm/dts/uniphier-pxs2.dtsi +++ b/arch/arm/dts/uniphier-pxs2.dtsi @@ -415,6 +415,24 @@ }; }; + soc-glue@5f900000 { + compatible = "socionext,uniphier-pxs2-soc-glue-debug", + "simple-mfd"; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x5f900000 0x2000>; + + efuse@100 { + compatible = "socionext,uniphier-efuse"; + reg = <0x100 0x28>; + }; + + efuse@200 { + compatible = "socionext,uniphier-efuse"; + reg = <0x200 0x58>; + }; + }; + aidet: aidet@5fc20000 { compatible = "socionext,uniphier-pxs2-aidet"; reg = <0x5fc20000 0x200>; |