diff options
author | Tom Rini | 2021-10-12 11:49:15 -0400 |
---|---|---|
committer | Tom Rini | 2021-10-12 11:49:15 -0400 |
commit | 618c77d99a23c72b16e31a7380b6f3b96e6dfa40 (patch) | |
tree | 3c3c908810f0f7cc280e6279fdca5925a4d0c2f5 /arch/arm/dts | |
parent | 2aab77f7263bb6e27120cfea82fc5efa4f625014 (diff) | |
parent | 1f83bda7886c0e3fbb9aaf1d36dcaac27a7c92ea (diff) |
Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91
Second set of u-boot-at91 features for the 2022.01 cycle:
This small feature set adds the support for PWM driver for the sama5d2
SoC. It also adds a node in the DT for this SoC.
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/sama5d2.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi index d8a125b0735..038cd73c031 100644 --- a/arch/arm/dts/sama5d2.dtsi +++ b/arch/arm/dts/sama5d2.dtsi @@ -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>; |