diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-05-12 11:51:21 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 05:57:46 +0300 |
commit | 15641ca81d2514a92a66641ad6546d84665ab2bd (patch) | |
tree | aba06aa99451316e47fc46add7f7e2983580eab1 /arch/arm/boot/dts/imx7ulp.dtsi | |
parent | 5d7c5882b94a6115db7bb005e0172c0d1ccecf85 (diff) | |
download | linux-15641ca81d2514a92a66641ad6546d84665ab2bd.tar.xz |
ARM: dts: imx7ulp: Add tpm pwm support
Add i.MX7ULP EVK board PWM support.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7ulp.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index d6b711011cba..8fb9559718b7 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -124,6 +124,16 @@ status = "disabled"; }; + tpm4: pwm@40250000 { + compatible = "fsl,imx7ulp-pwm"; + reg = <0x40250000 0x1000>; + assigned-clocks = <&pcc2 IMX7ULP_CLK_LPTPM4>; + assigned-clock-parents = <&scg1 IMX7ULP_CLK_SOSC_BUS_CLK>; + clocks = <&pcc2 IMX7ULP_CLK_LPTPM4>; + #pwm-cells = <3>; + status = "disabled"; + }; + tpm5: tpm@40260000 { compatible = "fsl,imx7ulp-tpm"; reg = <0x40260000 0x1000>; |