Add device tree and correspondent binding for ARM corstone1000 [0] platform for FVP (Fixed Virtual Platform) and FPGA MPS3 prototyping board implementation of this system. Cheers, Rui v1 [1] ->v2: Rob Herring: - change license to dual - distinguish cpu entry for fvp and mps3 - mmio nodes in simple-bus - refactor mhu entries - add secure-status to secure world only accessible mhu - add smsc,lan91c111 binding patch to avoid dtbs_check warnings Marc Zyngier: - fixed SPI cpu mask invalid entries - reduce the mask to the existing cpu count (4->1) - change one interrupt to symbolic enconding 0: https://documentation-service.arm.com/static/619e02b1f45f0b1fbf3a8f16 1: https://lore.kernel.org/linux-devicetree/20220325133655.4177977-1-rui.silva@xxxxxxxxxx/ Rui Miguel Silva (3): dt-bindings: net: smsc,lan91c111 convert to schema dt-bindings: arm: add corstone1000 platform arm64: dts: arm: add corstone1000 device tree .../bindings/arm/arm,corstone1000.yaml | 45 +++++ .../bindings/net/smsc,lan91c111.yaml | 59 +++++++ arch/arm64/boot/dts/arm/Makefile | 1 + arch/arm64/boot/dts/arm/corstone1000-fvp.dts | 27 +++ arch/arm64/boot/dts/arm/corstone1000-mps3.dts | 36 ++++ arch/arm64/boot/dts/arm/corstone1000.dtsi | 161 ++++++++++++++++++ 6 files changed, 329 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/arm,corstone1000.yaml create mode 100644 Documentation/devicetree/bindings/net/smsc,lan91c111.yaml create mode 100644 arch/arm64/boot/dts/arm/corstone1000-fvp.dts create mode 100644 arch/arm64/boot/dts/arm/corstone1000-mps3.dts create mode 100644 arch/arm64/boot/dts/arm/corstone1000.dtsi -- 2.35.1