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

Commit b552dfc4 authored by AnilKumar Ch's avatar AnilKumar Ch Committed by Benoit Cousson
Browse files

ARM: dts: AM33XX: Add basic pinctrl device tree data



Adds basic pinctrl device tree data for AM33XX family of devices.
This patch is based on the pinctrl-single driver.

Signed-off-by: default avatarAnilKumar Ch <anilkumar@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent efeedcf2
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -55,6 +55,15 @@
		};
		};
	};
	};


	am33xx_pinmux: pinmux@44e10800 {
		compatible = "pinctrl-single";
		reg = <0x44e10800 0x0238>;
		#address-cells = <1>;
		#size-cells = <0>;
		pinctrl-single,register-width = <32>;
		pinctrl-single,function-mask = <0x7f>;
	};

	/*
	/*
	 * XXX: Use a flat representation of the AM33XX interconnect.
	 * XXX: Use a flat representation of the AM33XX interconnect.
	 * The real AM33XX interconnect network is quite complex.Since
	 * The real AM33XX interconnect network is quite complex.Since