mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
15 lines
259 B
Plaintext
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>;
|
|
};
|
|
};
|