Nishanth Menon posted a series to sync between uboot and kernel dt for AM64 SOC. https://lore.kernel.org/u-boot/20230414075726.387461-1...@ti.com/
This patch series extend that work to J7200 SOC. Linux device tree changes for J7200 are posted to Linux list https://lore.kernel.org/all/20230426103219.1565266-1-u-kum...@ti.com/ Keerthy (1): arch: arm: dts: k3-j7200: Fix physical address of pin Nishanth Menon (1): arm: dts: k3-j7200: Update devicetree to sync with v6.3-rc6 Udit Kumar (11): arch: arm: dts: k3-j7200-som: Enable I2C arch: arm: dts: k3-j7200: Add general purpose timers arch: arm: dts: k3-j7200: Configure pinctrl for timer IO pad arch: arm: dts: k3-j7200 move main_pmx to common file arch: arm: dts: k3-j7200 move wkup_pmx to common file arch: arm: dts: k3-j7200 cleanup r5 and uboot dts arch: arm: dts: k3-j7200: remove duplicate usb nodes arch: arm: dts: k3-7200: cleanup r5 i2c node arch: arm: dts: k3-j7200: removed unused clock node arch: arm: dts: k3-j7200: cleanup hmbc node arch: arm: dts: k3-j7200 rearrange bootph property in various node Vaishnav Achath (1): arch: arm: dts: k3-j7200: Add MCSPI nodes .../k3-j7200-common-proc-board-u-boot.dtsi | 98 +--- arch/arm/dts/k3-j7200-common-proc-board.dts | 133 +++--- arch/arm/dts/k3-j7200-main.dtsi | 421 +++++++++++++++++- arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 242 +++++++++- .../arm/dts/k3-j7200-r5-common-proc-board.dts | 165 +------ arch/arm/dts/k3-j7200-som-p0.dtsi | 74 ++- arch/arm/dts/k3-j7200.dtsi | 10 +- 7 files changed, 778 insertions(+), 365 deletions(-) -- 2.34.1