projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2d2273f
)
ARM: dts: sama5d2: Add pwm0 definition
author
Dan Sneddon
<dan.sneddon@microchip.com>
Mon, 20 Sep 2021 23:28:46 +0000
(16:28 -0700)
committer
Eugen Hristev
<eugen.hristev@microchip.com>
Tue, 12 Oct 2021 12:18:39 +0000
(15:18 +0300)
Add node for the PWM0 on the SAMA5D2 SoC.
Signed-off-by: Dan Sneddon <dan.sneddon@microchip.com>
arch/arm/dts/sama5d2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sama5d2.dtsi
b/arch/arm/dts/sama5d2.dtsi
index
d8a125b
..
038cd73
100644
(file)
--- a/
arch/arm/dts/sama5d2.dtsi
+++ b/
arch/arm/dts/sama5d2.dtsi
@@
-671,6
+671,14
@@
status = "disabled";
};
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>;
rstc@f8048000 {
compatible = "atmel,sama5d3-rstc";
reg = <0xf8048000 0x10>;