mirror of https://gitee.com/openkylin/linux.git
ARM: sun9i: Enable the A80 pinctrl driver
The A80 pinctrl driver is just as usual our pinctrl/gpio/external interrupt controller. Nothing really out of the extraordinary here... Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
2ef6ef91c5
commit
43d024d36a
|
@ -337,6 +337,22 @@ timer@06000c00 {
|
||||||
clocks = <&osc24M>;
|
clocks = <&osc24M>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pio: pinctrl@06000800 {
|
||||||
|
compatible = "allwinner,sun9i-a80-pinctrl";
|
||||||
|
reg = <0x06000800 0x400>;
|
||||||
|
interrupts = <0 11 4>,
|
||||||
|
<0 15 4>,
|
||||||
|
<0 16 4>,
|
||||||
|
<0 17 4>,
|
||||||
|
<0 120 4>;
|
||||||
|
clocks = <&apb0_gates 5>;
|
||||||
|
gpio-controller;
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
#gpio-cells = <3>;
|
||||||
|
};
|
||||||
|
|
||||||
uart0: serial@07000000 {
|
uart0: serial@07000000 {
|
||||||
compatible = "snps,dw-apb-uart";
|
compatible = "snps,dw-apb-uart";
|
||||||
reg = <0x07000000 0x400>;
|
reg = <0x07000000 0x400>;
|
||||||
|
|
Loading…
Reference in New Issue