aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Sain2021-10-27 10:28:35 +0300
committerEugen Hristev2021-11-22 12:39:55 +0200
commit62cf34d51ebda2bb71dc01590c25ba3705a52020 (patch)
tree84688d634f75956a7126b46704709f63b03e7aba
parent76c8e9ce2c4d538aa42bd9f5299938bf078480b8 (diff)
ARM: dts: at91: sam9x60: add pioC node
Add node for pioC. Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
-rw-r--r--arch/arm/dts/sam9x60.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index e801331d80a..be44519934b 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -22,6 +22,7 @@
serial0 = &dbgu;
gpio0 = &pioA;
gpio1 = &pioB;
+ gpio2 = &pioC;
gpio3 = &pioD;
spi0 = &qspi;
};
@@ -197,6 +198,14 @@
clocks = <&pmc PMC_TYPE_PERIPHERAL 3>;
};
+ pioC: gpio@fffff800 {
+ compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
+ reg = <0xfffff800 0x200>;
+ #gpio-cells = <2>;
+ gpio-controller;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 4>;
+ };
+
pioD: gpio@fffffa00 {
compatible = "atmel,at91sam9x5-gpio", "atmel,at91rm9200-gpio";
reg = <0xfffffa00 0x200>;