mirror of https://gitee.com/openkylin/linux.git
arm64: dts: Add APM X-Gene v1 SoC GFC GPIO controller DTS entries
This patch adds the flash controller muxed gpio dts node for APM X-Gene v1 SoC platforms. Signed-off-by: Duc Dang <dhdang@apm.com>
This commit is contained in:
parent
30fd9d51fe
commit
0a09223f3d
|
@ -725,6 +725,13 @@ mmc0: mmc@1c000000 {
|
||||||
clocks = <&sdioclk 0>, <&ahbclk 0>;
|
clocks = <&sdioclk 0>, <&ahbclk 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gfcgpio: gfcgpio0@1701c000 {
|
||||||
|
compatible = "apm,xgene-gpio";
|
||||||
|
reg = <0x0 0x1701c000 0x0 0x40>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
};
|
||||||
|
|
||||||
phy1: phy@1f21a000 {
|
phy1: phy@1f21a000 {
|
||||||
compatible = "apm,xgene-phy";
|
compatible = "apm,xgene-phy";
|
||||||
reg = <0x0 0x1f21a000 0x0 0x100>;
|
reg = <0x0 0x1f21a000 0x0 0x100>;
|
||||||
|
|
Loading…
Reference in New Issue