ARM: dts: sama5d2: Add pwm0 definition
Add node for the PWM0 on the SAMA5D2 SoC. Signed-off-by: Dan Sneddon <dan.sneddon@microchip.com>
This commit is contained in:
committed by
Eugen Hristev
parent
2d2273fa1e
commit
1f83bda788
@@ -671,6 +671,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm0: pwm@f802c000 {
|
||||
compatible = "atmel,sama5d2-pwm";
|
||||
reg = <0xf802c000 0x4000>;
|
||||
clocks = <&pwm_clk>;
|
||||
#pwm-cells = <3>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rstc@f8048000 {
|
||||
compatible = "atmel,sama5d3-rstc";
|
||||
reg = <0xf8048000 0x10>;
|
||||
|
||||
Reference in New Issue
Block a user