summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am33xx.dtsi
diff options
context:
space:
mode:
authorAnilKumar Ch <anilkumar@ti.com>2012-09-20 02:49:26 +0530
committerBenoit Cousson <b-cousson@ti.com>2012-10-29 16:56:25 +0100
commitb552dfc44bf4a34196b949bc81e937de461f4898 (patch)
treecf02ece766d5a70891ac7f746d65c92e38ceed58 /arch/arm/boot/dts/am33xx.dtsi
parentefeedcf2a9137c9be0b833cb76b05315fe231197 (diff)
downloadop-kernel-dev-b552dfc44bf4a34196b949bc81e937de461f4898.zip
op-kernel-dev-b552dfc44bf4a34196b949bc81e937de461f4898.tar.gz
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: AnilKumar Ch <anilkumar@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index b4e3e47..894fec6 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -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.
* The real AM33XX interconnect network is quite complex.Since
OpenPOWER on IntegriCloud