Commit 9e81a200 authored by Duc Dang's avatar Duc Dang

arm64: dts: Add APM X-Gene v2 SoC GFC GPIO controller DTS entry

This patch adds the flash controller muxed gpio dts node for
APM X-Gene v2 SoC platforms.
Signed-off-by: default avatarDuc Dang <dhdang@apm.com>
parent 0a09223f
......@@ -424,6 +424,13 @@ mmc0: mmc@1c000000 {
clocks = <&sdioclk 0>, <&ahbclk 0>;
};
gfcgpio: gfcgpio@1f63c000 {
compatible = "apm,xgene-gpio";
reg = <0x0 0x1f63c000 0x0 0x40>;
gpio-controller;
#gpio-cells = <2>;
};
sbgpio: sbgpio@17001000{
compatible = "apm,xgene-gpio-sb";
reg = <0x0 0x17001000 0x0 0x400>;
......
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