diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-17 21:19:43 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-23 01:02:05 +0900 |
commit | 272874879b24a2cf04050c913b81d1f0c2b15978 (patch) | |
tree | bf079d1c30a7e580eecbcee0d40c873918edbd08 /arch/arm/dts/uniphier-ld11.dtsi | |
parent | 9ac0e7b37a5d9c01079f1a2d595fe67cef4ce154 (diff) | |
download | u-boot-272874879b24a2cf04050c913b81d1f0c2b15978.tar.gz |
ARM: dts: uniphier: sync DT with Linux 4.14-rc5
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ld11.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-ld11.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi index 0cc6fd716e..cf079b9cd4 100644 --- a/arch/arm/dts/uniphier-ld11.dtsi +++ b/arch/arm/dts/uniphier-ld11.dtsi @@ -175,6 +175,19 @@ "gpio_range4", "gpio_range5"; ngpios = <200>; + socionext,interrupt-ranges = <0 48 16>, <16 154 5>, + <21 217 3>; + }; + + adamv@57920000 { + compatible = "socionext,uniphier-ld11-adamv", + "simple-mfd", "syscon"; + reg = <0x57920000 0x1000>; + + adamv_rst: reset { + compatible = "socionext,uniphier-ld11-adamv-reset"; + #reset-cells = <1>; + }; }; i2c0: i2c@58780000 { |