ARM: sunxi: Add the sun4i pinctrl and gpio nodes

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Maxime Ripard 2013-01-26 15:36:54 +01:00 committed by Linus Walleij
parent 9f5b6b30f9
commit 874b4e4515
1 changed files with 9 additions and 0 deletions

View File

@ -16,4 +16,13 @@
memory {
reg = <0x40000000 0x80000000>;
};
soc {
pinctrl@01c20800 {
compatible = "allwinner,sun4i-a10-pinctrl";
reg = <0x01c20800 0x400>;
#address-cells = <1>;
#size-cells = <0>;
};
};
};