mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
ARM: dts: add pincontroller to pxa27x
Add the new pincontrol driver to pxa27x based boards. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
85deaec8e9
commit
ca91c703ae
@ -22,8 +22,15 @@
|
||||
marvell,intc-nr-irqs = <34>;
|
||||
};
|
||||
|
||||
pinctrl: pinctrl@40e00000 {
|
||||
reg = <0x40e00054 0x20 0x40e0000c 0xc 0x40e0010c 4
|
||||
0x40f00020 0x10>;
|
||||
compatible = "marvell,pxa27x-pinctrl";
|
||||
};
|
||||
|
||||
gpio: gpio@40e00000 {
|
||||
compatible = "intel,pxa27x-gpio";
|
||||
gpio-ranges = <&pinctrl 0 0 128>;
|
||||
clocks = <&clks CLK_NONE>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user