Skip to content

Radxa Dragon Q6A: Device Tree Overlays #46

Description

Hello,

On the Radxa Q6A board, a list of extra DT overlays is provided to enable peripherals (like I2C, SPI, or UART): https://github.com/radxa-pkg/radxa-overlays/tree/main/arch/arm64/boot/dts/qcom/overlays

I tried the following steps without success:

  1. Compiled .dtso into .dtbo using dtc, and placed the result into the /boot folder
  2. Installed the kernel-devicetree package, which provides the /boot/qcs6490-radxa-dragon-q6a.dtb file
  3. Added lines to the systemd-boot configuration. Note that I am forced to load the main devicetree, because otherwise the devicetree-overlay directive is ignored (according to the sd-boot documentation):
devicetree /qcs6490-radxa-dragon-q6a.dtb
devicetree-overlay /qcs6490-radxa-dragon-q6a-i2c0.dtbo

The result is nothing: /dev/i2c-0 does not appear, and there are no errors in the logs indicating a failed apply

I'm wondering how one can integrate these into the Qcom distro

Navin (@navinreddy23) maybe you have a clue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions