我自己按照其他型号芯片调试后无法通讯,请问能否提供一下,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
linux下的设备树配置,我自己的设备树配置下载下面了,麻烦给看一下,
&i2c1 {
bq28z610: bq28z610@55 {
compatible = "ti,bq28z610";
reg = <0x55>;
ti, bq28z610,minimum-system-voltage = <10500>; // 0x3e 10500mv
ti, bq28z610,input-volt-limit = <10880>; // 0x3d 10880mv
ti, bq28z610,input-curr-limit = <3250>; // 0x3f 3250ma
ti, bq28z610,charge-volt = <14500>; // 0x15 14500mv
ti, bq28z610,charge-current = <1024>; // 0x14 1024ma
status = "okay";
};
}