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

Commit 9e2dcb2f authored by Maxime Ripard's avatar Maxime Ripard Committed by Linus Walleij
Browse files

ARM: sunxi: Add pinctrl node to the device tree

parent eaa3d848
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -17,4 +17,13 @@
	memory {
		reg = <0x40000000 0x20000000>;
	};

	soc {
		pinctrl@01c20800 {
			compatible = "allwinner,sun5i-a13-pinctrl";
			reg = <0x01c20800 0x400>;
			#address-cells = <1>;
			#size-cells = <0>;
		};
	};
};