ARM: dts: uniphier: add SoC-Glue node to UniPhier 32bit SoCs
This node consists of various system-level configuration registers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
fdaf72e52f
commit
ebe161d3e4
|
@ -136,9 +136,13 @@
|
|||
interrupt-controller;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@5f801000 {
|
||||
/* specify compatible in each SoC DTSI */
|
||||
reg = <0x5f801000 0xe00>;
|
||||
soc-glue@5f800000 {
|
||||
compatible = "simple-mfd", "syscon";
|
||||
reg = <0x5f800000 0x2000>;
|
||||
|
||||
pinctrl: pinctrl {
|
||||
/* specify compatible in each SoC DTSI */
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -182,5 +182,5 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "socionext,ph1-ld4-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-ld4-pinctrl";
|
||||
};
|
||||
|
|
|
@ -63,5 +63,5 @@
|
|||
* which makes the pinctrl driver unshareable.
|
||||
*/
|
||||
&pinctrl {
|
||||
compatible = "socionext,ph1-ld6b-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-ld6b-pinctrl";
|
||||
};
|
||||
|
|
|
@ -200,5 +200,5 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "socionext,ph1-pro4-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-pro4-pinctrl";
|
||||
};
|
||||
|
|
|
@ -194,5 +194,5 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "socionext,ph1-pro5-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-pro5-pinctrl";
|
||||
};
|
||||
|
|
|
@ -181,5 +181,5 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "socionext,ph1-sld8-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-sld8-pinctrl";
|
||||
};
|
||||
|
|
|
@ -205,5 +205,5 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
compatible = "socionext,proxstream2-pinctrl", "syscon";
|
||||
compatible = "socionext,uniphier-pxs2-pinctrl";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue