Commit 6c716db5 authored by Andrew Chew's avatar Andrew Chew Committed by Stephen Warren

ARM: tegra: add PWM nodes to Tegra114 DT

This patch adds a device tree node for the four PWM controllers present
on Tegra114.
Signed-off-by: default avatarAndrew Chew <achew@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent b69cd984
......@@ -97,6 +97,14 @@ serial@70006300 {
clocks = <&tegra_car 65>;
};
pwm: pwm {
compatible = "nvidia,tegra114-pwm", "nvidia,tegra20-pwm";
reg = <0x7000a000 0x100>;
#pwm-cells = <2>;
clocks = <&tegra_car 17>;
status = "disabled";
};
rtc {
compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment