roc-rk3588s-pc修改pwm设置,解决风扇太吵的问题

roc-rk3588s-pc.dtsi

&fan {
	/delete-property/ fan-supply;
	cooling-levels = <170 230>;
};

&pwm11 {
	status = "ok";
};

&soc_thermal {
		trips {
		thresnormal: trip-point-0 {
			temperature = <55000>;
			hysteresis = <2000>;
			type = "passive";
		};
	};
	cooling-maps {
		map4 {
			trip = <&thresnormal>;
			cooling-device = <&fan 0 1>;
		};
	};
};

@wico
非常需要板子的机械模型和硬件原理图!!!后续能否公开呢?另外板子能否附带一个XH2.0转2.54的串口线,这个接口接串口太难了。