J722S has two USB instances. This series enables USB support for both instances. Change log: ---------- Changes since v1: ---------------- * Introduced k3-j722s-main.dtsi newly to add the main domain peripherals that are present additionally in J722S as suggested by Andrew Davis * Used generic node names as suggested by Roger Quadros * Removed the aliases for usb as suggested by Rob Herring v1: https://lore.kernel.org/all/20240429120932.11456-1-r-gunasekaran@xxxxxx/ Ravi Gunasekaran (3): arm64: dts: ti: k3-j722s-main: Add support for SERDES0 arm64: dts: ti: k3-j722s-main: Redefine USB1 node description arm64: dts: ti: k3-j722s-evm: Update USB0 and USB1 arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 55 ++++++++++++ arch/arm64/boot/dts/ti/k3-j722s-main.dtsi | 103 ++++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-j722s.dtsi | 5 ++ arch/arm64/boot/dts/ti/k3-serdes.h | 7 ++ 4 files changed, 170 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-j722s-main.dtsi -- 2.17.1