summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/ingenic/jz4740.dtsi
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2020-04-13 18:26:28 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-04-29 23:58:43 +0300
commitbf40bf5ecf3f96b95c0ed8d6badf0b34df879adf (patch)
tree995f64c9259eb0e12060bfc7783204aa4b62add0 /arch/mips/boot/dts/ingenic/jz4740.dtsi
parentcf2e6b8e6f6f28c186700cb93c0b9b98960705c7 (diff)
downloadlinux-bf40bf5ecf3f96b95c0ed8d6badf0b34df879adf.tar.xz
MIPS: ingenic: DTS: Add nodes for the watchdog/PWM/OST
Add the TCU nodes to the JZ4780, JZ4770 and JZ4740 devicetree files. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/ingenic/jz4740.dtsi')
-rw-r--r--arch/mips/boot/dts/ingenic/jz4740.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi b/arch/mips/boot/dts/ingenic/jz4740.dtsi
index b56671157bbd..1520585c235c 100644
--- a/arch/mips/boot/dts/ingenic/jz4740.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi
@@ -74,6 +74,20 @@
clocks = <&tcu TCU_CLK_WDT>;
clock-names = "wdt";
};
+
+ pwm: pwm@40 {
+ compatible = "ingenic,jz4740-pwm";
+ reg = <0x40 0x80>;
+
+ #pwm-cells = <3>;
+
+ clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>,
+ <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>,
+ <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>,
+ <&tcu TCU_CLK_TIMER6>, <&tcu TCU_CLK_TIMER7>;
+ clock-names = "timer0", "timer1", "timer2", "timer3",
+ "timer4", "timer5", "timer6", "timer7";
+ };
};
rtc_dev: rtc@10003000 {