projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d3690
)
ARM: at91/dt: sama5d2: add pio controller node
author
Ludovic Desroches
<
[email protected]
>
Wed, 16 Sep 2015 15:37:00 +0000
(17:37 +0200)
committer
Linus Walleij
<
[email protected]
>
Mon, 21 Sep 2015 18:24:28 +0000
(11:24 -0700)
Add pio4 controller node to enable pinmux and gpio.
Signed-off-by: Ludovic Desroches <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
arch/arm/boot/dts/sama5d2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d2.dtsi
b/arch/arm/boot/dts/sama5d2.dtsi
index 034cd48ae28b49b8f29153818abba1dc0187fe0a..cc05cde0f9a4145436f5b3807d78e056b140094e 100644
(file)
--- a/
arch/arm/boot/dts/sama5d2.dtsi
+++ b/
arch/arm/boot/dts/sama5d2.dtsi
@@
-921,6
+921,20
@@
clocks = <&twi1_clk>;
status = "disabled";
};
+
+ pioA: pinctrl@fc038000 {
+ compatible = "atmel,sama5d2-pinctrl";
+ reg = <0xfc038000 0x600>;
+ interrupts = <18 IRQ_TYPE_LEVEL_HIGH 7>,
+ <68 IRQ_TYPE_LEVEL_HIGH 7>,
+ <69 IRQ_TYPE_LEVEL_HIGH 7>,
+ <70 IRQ_TYPE_LEVEL_HIGH 7>;
+ interrupt-controller;
+ #interrupt-cells = <2>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ clocks = <&pioA_clk>;
+ };
};
};
};