arm64: dts: rockchip: rk3588-toybrick-x0: Enable pwm fan

Signed-off-by: Shiqin Chen <chensq@rock-chips.com>
Change-Id: I537275a2d35fb28181a3f7512bc11ce01510112e
This commit is contained in:
Shiqin Chen
2023-03-22 10:45:09 +08:00
committed by Tao Huang
parent 15670ab702
commit 57061ad7b6

View File

@@ -25,6 +25,20 @@
};
};
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm9 0 50000 0>;
cooling-levels = <0 50 100 150 200 255>;
rockchip,temp-trips = <
50000 1
55000 2
60000 3
65000 4
70000 5
>;
};
hdmiin_dc: hdmiin-dc {
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
@@ -666,6 +680,11 @@
status = "okay";
};
&pwm9 {
pinctrl-0 = <&pwm9m1_pins>;
status = "okay";
};
&sata0 {
status = "okay";
};