1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-05 12:50:27 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm64/boot/dts/mediatek/sm5461_charger.dtsi
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

15 lines
259 B
Plaintext

&i2c0 {
status = "okay";
sm5461_charger: sm5461@63 {
compatible = "siliconmitus,sm5461";
reg = <0x63>;
sm5461,freq = <2>; /* 500kHz */
sm5461,r_ttl = <520000>;
sm5461,topoff = <380>;
sm5461,en_vbatreg = <1>;
sm5461,single_mode = <1>;
};
};