Commit 0734089f authored by Joel Stanley's avatar Joel Stanley

ARM: dts: aspeed: Add PWM and tachometer node

The PWM/tach unit has a clock and reset phandle. It needs both in order
to function correctly.
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
--
v3:
 Add the pwm reset phandle
parent 2528be75
......@@ -189,6 +189,16 @@ wdt2: watchdog@1e785020 {
clocks = <&syscon ASPEED_CLK_APB>;
};
pwm_tacho: pwm-tacho-controller@1e786000 {
compatible = "aspeed,ast2400-pwm-tacho";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x1e786000 0x1000>;
clocks = <&syscon ASPEED_CLK_APB>;
resets = <&syscon ASPEED_RESET_PWM>;
status = "disabled";
};
vuart: serial@1e787000 {
compatible = "aspeed,ast2400-vuart";
reg = <0x1e787000 0x40>;
......
......@@ -239,6 +239,16 @@ wdt3: watchdog@1e785040 {
status = "disabled";
};
pwm_tacho: pwm-tacho-controller@1e786000 {
compatible = "aspeed,ast2500-pwm-tacho";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x1e786000 0x1000>;
clocks = <&syscon ASPEED_CLK_APB>;
resets = <&syscon ASPEED_RESET_PWM>;
status = "disabled";
};
vuart: serial@1e787000 {
compatible = "aspeed,ast2500-vuart";
reg = <0x1e787000 0x40>;
......
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