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.

AM5728: Device tree file for AM5728 in SDK 6.03

Part Number: AM5728
Other Parts Discussed in Thread: AM5718, AM5748

Hi 

we are using linux SDK 6.03 for a  custom board based on AM5728.

we could able to compile kernel and generate zImage File

for device tree blob ,we tried to locate am5728-evm.dts or am5728-evem-reva3.dts but could not able to find in arch/arm/boot/dts of kernel source

It is requested to guide us w.r.to dtb creation with relevant dts sources for AM5728.

  • Hi,

    You can check am572x-idk.dts or am57xx-beagle-x15.dts. Those will be good references for AM5728.

    Best Regards,
    Keerthy

  • Thnak you

    can you through some light on the relevance of content in arch/arm/boot/dts/ti folder w.r.to AM5728

    Best Regards,

    Leeladhar Arja

  • arch/arm/boot/dts/ti

    I believe you mean arch/arm/boot/dts

    ls arch/arm/boot/dts/am57*
    arch/arm/boot/dts/am5718.dtsi
    arch/arm/boot/dts/am571x-idk.dts
    arch/arm/boot/dts/am5728.dtsi
    arch/arm/boot/dts/am5729-beagleboneai.dts
    arch/arm/boot/dts/am572x-idk-common.dtsi
    arch/arm/boot/dts/am572x-idk.dts
    arch/arm/boot/dts/am5748.dtsi
    arch/arm/boot/dts/am574x-idk.dts
    arch/arm/boot/dts/am57-pruss.dtsi
    arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
    arch/arm/boot/dts/am57xx-beagle-x15.dts
    arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts
    arch/arm/boot/dts/am57xx-beagle-x15-revc.dts
    arch/arm/boot/dts/am57xx-cl-som-am57x.dts
    arch/arm/boot/dts/am57xx-commercial-grade.dtsi
    arch/arm/boot/dts/am57xx-idk-common.dtsi
    arch/arm/boot/dts/am57xx-industrial-grade.dtsi
    arch/arm/boot/dts/am57xx-sbc-am57x.dts

    The file in bold are good reference points.

    - Keerthy