Commit 675e4d03 authored by Rostislav Lisovy's avatar Rostislav Lisovy Committed by Shawn Guo

ARM: dts: i.MX53: Internal keyboard controller

Signed-off-by: default avatarRostislav Lisovy <lisovy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 38dbfb59
......@@ -281,6 +281,14 @@ gpio4: gpio@53f90000 {
#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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment