arm64: dts: exynos: Add Exynos9810 SoC support
authorMarkuss Broks <markuss.broks@gmail.com>
Sat, 14 Dec 2024 14:56:46 +0000 (16:56 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 22 Dec 2024 14:44:48 +0000 (15:44 +0100)
commit698be6fe8f89b5edf533a85fba7258339c8b72d6
treec29512d1177324c4d163c7456334f8bdfe6f7379
parent11fd6c9b047c30c72dcea3f79c0acb7deb69c822
arm64: dts: exynos: Add Exynos9810 SoC support

Exynos 9810 is an ARMv8 mobile SoC found in various Samsung devices,
such as Samsung Galaxy S9 (starlte), S9 Plus (star2lte),
Note 9 (crownlte) and perhaps others.

Add minimal support for this SoC, including basic stuff like:
- PSCI for bringing up secondary cores
- ARMv8 generic timer
- GPIO and pinctrl.

The firmware coming with the devices based on this SoC is buggy
and doesn't configure CNTFRQ_EL0, as required by spec, so it's
needed to hardcode the frequency in the timer node.

Co-developed-by: Maksym Holovach <nergzd@nergzd723.xyz>
Signed-off-by: Maksym Holovach <nergzd@nergzd723.xyz>
Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
Link: https://lore.kernel.org/r/20241214-exynos9810-v4-1-4e91fbbc2133@gmail.com
[krzysztof: Rename and move PMU nodes to proper sorting position]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos9810-pinctrl.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/exynos/exynos9810.dtsi [new file with mode: 0644]