arm64: tegra: Enable PWM users on Jetson AGX Orin

Enable additional PWM controllers in device tree so that the PWM pins on
the Jetson AGX Orin Developer Kit 40-pin header can be used.

Signed-off-by: Sandipan Patra <spatra@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Sandipan Patra
2022-09-19 19:44:55 +05:30
committed by Thierry Reding
parent 58bf48a25a
commit daf9259976

View File

@@ -2,4 +2,18 @@
/ {
compatible = "nvidia,p3737-0000";
bus@0 {
pwm@3280000 {
status = "okay";
};
pwm@32c0000 {
status = "okay";
};
pwm@32f0000 {
status = "okay";
};
};
};