Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 874b4e45 authored by Maxime Ripard's avatar Maxime Ripard Committed by Linus Walleij
Browse files

ARM: sunxi: Add the sun4i pinctrl and gpio nodes

parent 9f5b6b30
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};