diff options
author | Rostislav Lisovy <lisovy@gmail.com> | 2013-10-22 19:07:21 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-07 14:29:26 +0800 |
commit | 675e4d0325464b8b3d8c3e8142cb7a31085479ad (patch) | |
tree | 147e1a3760615772fc98daab7e34c48ce83f49c6 /arch/arm/boot/dts | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | linux-675e4d0325464b8b3d8c3e8142cb7a31085479ad.tar.gz linux-675e4d0325464b8b3d8c3e8142cb7a31085479ad.tar.bz2 linux-675e4d0325464b8b3d8c3e8142cb7a31085479ad.zip |
ARM: dts: i.MX53: Internal keyboard controller
Signed-off-by: Rostislav Lisovy <lisovy@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 4307e80b2d2e..dbf253fa799b 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -281,6 +281,14 @@ #interrupt-cells = <2>; }; + kpp: kpp@53f94000 { + compatible = "fsl,imx53-kpp", "fsl,imx21-kpp"; + reg = <0x53f94000 0x4000>; + interrupts = <60>; + clocks = <&clks 0>; + status = "disabled"; + }; + wdog1: wdog@53f98000 { compatible = "fsl,imx53-wdt", "fsl,imx21-wdt"; reg = <0x53f98000 0x4000>; |