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.

BQ24295: device overlay

Part Number: BQ24295

Hi Support team,

Could you help provide a sample of the device overlay for bq24295?

Thank you very much.

Best regards,

Yanpeng Wu

  • Hi Yanpeng Wu,

    Sorry, I don't fully understand. By device overlay do you mean a PCB Layout?

    Best Regards,

    Juan Ospina

  • Hi Juan,

    The device overlay is the device descriptor for bq24295 used in the device tree in Linux or Zephyr OS. It's a section of code, an example for another device max17048 is liked below: 

    &i2c1 {
        status = "okay";
        compatible = "nordic,nrf-twim";
        pinctrl-0 = <&i2c1_default>;
        pinctrl-1 = <&i2c1_sleep>;
        pinctrl-names = "default", "sleep";

        max17048:max17048@36 {
            compatible = "maxim,max17048";
            status = "ok";
            reg = <0x36>;
        };
    };
    Could you help find this for bq24295? Thank you very much.
  • Hi Yanpeng Wu,

    For the BQ24295 what we have available is the .dtsi file for a linux kernal. You can find the file here.

    Best Regards,

    Juan Ospina