[PATCH v3 0/2] arm: octeontx2: Add base support for Marvell OcteonTX2 CN913x DB
Stefan Roese
sr at denx.de
Tue May 11 08:11:23 CEST 2021
This patchset adds the base support for the Marvell OcteonTX2 CN913x DB
board and includes required dts/dtsi files and the defconfig files for
this.
Thanks,
Stefan
Changes in v3:
- Changed board MAINTAINERS to reflect the latest changes of added files
Changes in v2:
- Changed commit text from CN9132 to CN913x as it supports all
variants
- Merge identical DT nodes from the A & B variants into the common
dtsi files
- Change Copyright notice to 2018-2021 as requested by Marvell
- Changed commit text from CN9132 to CN913x as it supports all
variants
- Renamed default defconfig to mvebu_db_cn9130_defconfig
- Removed NAND booting defconfig and added small README
Stefan Roese (2):
arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN913x DB
arm: octeontx2: Add Octeon TX2 CN913x DB support
arch/arm/dts/Makefile | 6 +
arch/arm/dts/cn9130-db-A.dts | 55 ++++
arch/arm/dts/cn9130-db-B.dts | 51 ++++
arch/arm/dts/cn9130-db-dev-info.dtsi | 44 +++
arch/arm/dts/cn9130-db.dtsi | 316 +++++++++++++++++++++
arch/arm/dts/cn9131-db-A.dts | 54 ++++
arch/arm/dts/cn9131-db-B.dts | 69 +++++
arch/arm/dts/cn9131-db.dtsi | 166 +++++++++++
arch/arm/dts/cn9132-db-A.dts | 13 +
arch/arm/dts/cn9132-db-B.dts | 13 +
arch/arm/dts/cn9132-db.dtsi | 217 ++++++++++++++
board/Marvell/octeontx2_cn913x/MAINTAINERS | 1 +
board/Marvell/octeontx2_cn913x/README | 24 ++
configs/mvebu_db_cn9130_defconfig | 89 ++++++
14 files changed, 1118 insertions(+)
create mode 100644 arch/arm/dts/cn9130-db-A.dts
create mode 100644 arch/arm/dts/cn9130-db-B.dts
create mode 100644 arch/arm/dts/cn9130-db-dev-info.dtsi
create mode 100644 arch/arm/dts/cn9130-db.dtsi
create mode 100644 arch/arm/dts/cn9131-db-A.dts
create mode 100644 arch/arm/dts/cn9131-db-B.dts
create mode 100644 arch/arm/dts/cn9131-db.dtsi
create mode 100644 arch/arm/dts/cn9132-db-A.dts
create mode 100644 arch/arm/dts/cn9132-db-B.dts
create mode 100644 arch/arm/dts/cn9132-db.dtsi
create mode 100644 board/Marvell/octeontx2_cn913x/README
create mode 100644 configs/mvebu_db_cn9130_defconfig
--
2.31.1
More information about the U-Boot
mailing list