Marvell Berlin4CT is a SoC based on 64bit ARMv8 architecture. It contains quad CA53 cores. This SoC shares many HW IP with BG2Q and other berlin series. This patchset was tested on Berlin4CT DMP board, and boot to shell ok. Since v4: - rebased on the latest next tree - adopt Sebastian suggestions such as: move osc out of "/soc" node, use "Marvell BG4CT DMP board" as model, etc. - use correct memory size for BG4CT DMP. The total DDR size is 2GB, we start from 0x01000000, so the avaiable linux memory should be 0x7f000000. Since v3: - remove bootargs. follow the same behavior as other arm64 SoCs. Since v2: - remove the memreserve which isn't removed by mistake - add earlycon to enable earlyconsole, inspired by Sudeep Since v1: - remove "earlyprintk" bootargs which doesn't work on arm64 - fix GICC_DIR size as pointed out by Mark - define memory start address instead of memory reservation as suggested by Mark - add interrupt-affinity to pmu node as pointed out by Sudeep Jisheng Zhang (2): arm64: dts: Add dts files for Marvell Berlin4CT SoC arm64: Enable Marvell Berlin SoC family in Kconfig and defconfig arch/arm64/Kconfig.platforms | 6 + arch/arm64/boot/dts/Makefile | 1 + arch/arm64/boot/dts/marvell/Makefile | 5 + arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts | 66 +++++++++++ arch/arm64/boot/dts/marvell/berlin4ct.dtsi | 164 ++++++++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + 6 files changed, 243 insertions(+) create mode 100644 arch/arm64/boot/dts/marvell/Makefile create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct-dmp.dts create mode 100644 arch/arm64/boot/dts/marvell/berlin4ct.dtsi -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html