Commit ed6cca5f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Olof Johansson

arm64: dts: uniphier: add SoC-Glue node to UniPhier 64bit SoCs

This node consists of various system-level configuration registers.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 045ab0c5
...@@ -264,9 +264,13 @@ smpctrl@59800000 { ...@@ -264,9 +264,13 @@ smpctrl@59800000 {
reg = <0x59801000 0x400>; reg = <0x59801000 0x400>;
}; };
pinctrl: pinctrl@5f801000 { soc-glue@5f800000 {
compatible = "socionext,ph1-ld20-pinctrl", "syscon"; compatible = "simple-mfd", "syscon";
reg = <0x5f801000 0xe00>; reg = <0x5f800000 0x2000>;
pinctrl: pinctrl {
compatible = "socionext,uniphier-ld20-pinctrl";
};
}; };
gic: interrupt-controller@5fe00000 { gic: interrupt-controller@5fe00000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment