diff options
author | Alexander Kurz <akurz@blala.de> | 2016-04-15 10:54:20 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-18 07:49:49 +0300 |
commit | d8c8c70c48d1bc9bca41369836f9a3c781a5cdea (patch) | |
tree | 60eb6885fcdaac1cb423773b242c13316ce14a58 /arch/arm/boot/dts/imx31.dtsi | |
parent | 5d01e99ebf91ff2b72b2bcb81976eab14addf143 (diff) | |
download | linux-d8c8c70c48d1bc9bca41369836f9a3c781a5cdea.tar.xz |
ARM: dts: i.MX3x: add keypad port devicetree nodes
Add the Keypad Port (KPP) devicetree nodes for IMX31 and IMX35 SOC.
Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index 5fdb222636a7..1ce7ae94e7ad 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -69,6 +69,14 @@ status = "disabled"; }; + kpp: kpp@43fa8000 { + compatible = "fsl,imx31-kpp", "fsl,imx21-kpp"; + reg = <0x43fa8000 0x4000>; + interrupts = <24>; + clocks = <&clks 46>; + status = "disabled"; + }; + uart4: serial@43fb0000 { compatible = "fsl,imx31-uart", "fsl,imx21-uart"; reg = <0x43fb0000 0x4000>; |