diff options
author | Stefan Agner <stefan@agner.ch> | 2018-02-27 17:05:44 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-28 14:58:44 +0800 |
commit | 303aa1bf077711248bd5a75cab3f7355cad8c264 (patch) | |
tree | a1ed12f472859c7da1e280660ec287a9faca4b17 /arch/arm/boot/dts/imx7s.dtsi | |
parent | 0eeabcad7da55e02597b400efb4e8f3af746e936 (diff) | |
download | linux-rt-303aa1bf077711248bd5a75cab3f7355cad8c264.tar.gz |
ARM: dts: imx7s: add Keypad Port module
Add the Keypad Port module. Add it disabled by default since
only some boards use it. Boards which do need to specify
additional properties as documented in the device tree bindings.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index c579e85b4325..39fae570f230 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -499,6 +499,14 @@ status = "disabled"; }; + kpp: kpp@30320000 { + compatible = "fsl,imx7d-kpp", "fsl,imx21-kpp"; + reg = <0x30320000 0x10000>; + interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clks IMX7D_KPP_ROOT_CLK>; + status = "disabled"; + }; + iomuxc: iomuxc@30330000 { compatible = "fsl,imx7d-iomuxc"; reg = <0x30330000 0x10000>; |