Skip to content

Commit

Permalink
ARM: sunxi: Add the sun4i pinctrl and gpio nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed Feb 1, 2013
1 parent 9f5b6b3 commit 874b4e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/sun4i-a10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit 874b4e4

Please sign in to comment.