summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-10-12 18:49:15 +0300
committerTom Rini <trini@konsulko.com>2021-10-12 18:49:15 +0300
commit618c77d99a23c72b16e31a7380b6f3b96e6dfa40 (patch)
tree3c3c908810f0f7cc280e6279fdca5925a4d0c2f5 /arch
parent2aab77f7263bb6e27120cfea82fc5efa4f625014 (diff)
parent1f83bda7886c0e3fbb9aaf1d36dcaac27a7c92ea (diff)
downloadu-boot-618c77d99a23c72b16e31a7380b6f3b96e6dfa40.tar.xz
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')
-rw-r--r--arch/arm/dts/sama5d2.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index d8a125b073..038cd73c03 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>;