This adds the devices tree for a new variant of the IOT2050 which comes with two M.2 slots and is otherwise almost equivalent to the existing Advanced PG2 variant (USB3 is available via M.2 now). Furthermore, the device tree of the whole device series is extended to also hold the QSPI layout. Changes in v2: - alphabetic ordering in binding schema and makefile - dropped an unneeded blank line in patch 3 Jan Jan Kiszka (2): arm64: dts: ti: iot2050: Add layout of OSPI flash dt-bindings: arm: ti: Add binding for Siemens IOT2050 M.2 variant chao zeng (1): arm64: dts: ti: iot2050: Add support for M.2 variant .../devicetree/bindings/arm/ti/k3.yaml | 1 + arch/arm64/boot/dts/ti/Makefile | 3 + .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 46 +++++++ .../dts/ti/k3-am6548-iot2050-advanced-m2.dts | 121 ++++++++++++++++++ 4 files changed, 171 insertions(+) create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-m2.dts -- 2.35.3