mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
Pull SoC devicetree updates from Arnd Bergmann:
"There are a handful of new SoCs this time, all of these are more or
less related to chips in a wider family:
- SpacemiT Key Stone K3 is an 8-core risc-v chip, and the first
widely available RVA23 implementation. Note that this is entirely
unrelated with the similarly named Texas Instruments K3 chip family
that follwed the TI Keystone2 SoC.
- The Realtek Kent family of SoCs contains three chip models
rtd1501s, rtd1861b and rtd1920s, and is related to their earlier
Set-top-box and NAS products such as rtd1619, but is built on newer
Arm Cortex-A78 cores.
- The Qualcomm Milos family includes the Snapdragon 7s Gen 3 (SM7635)
mobile phone SoC built around Armv9 Kryo cores of the Arm
Cortex-A720 generation. This one is used in the Fairphone Gen 6
- Qualcomm Kaanapali is a new SoC based around eight high performance
Oryon CPU cores
- NXP i.MX8QP and i.MX952 are both feature reduced versions of chips
we already support, i.e. the i.MX8QM and i.MX952, with fewer CPU
cores and I/O interfaces.
As part of a cleanup, a number of SoC specific devicetree files got
removed because they did not have a single board using the .dtsi files
and they were never compile tested as a result: Samsung s3c6400, ST
spear320s, ST stm32mp21xc/stm32mp23xc/stm32mp25xc, Renesas
r8a779m0/r8a779m2/r8a779m4/r8a779m6/r8a779m7/r8a779m8/r8a779mb/
r9a07g044c1/r9a07g044l1/r9a07g054l1/r9a09g047e37, and TI
am3703/am3715. All of these could be restored easily if a new board
gets merged.
Broadcom/Cavium/Marvell ThunderX2 gets removed along with its only
machine, as all remaining users are assumed to be using ACPI based
firmware.
A relatively small number of 43 boards get added this time, and almost
all of them for arm64. Aside from the reference boards for the newly
added SoCs, this includes:
- Three server boards use 32-bit ASpeed BMCs
- One more reference board for 32-bit Microchip LAN9668
- 64-bit Arm single-board computers based on Amlogic s905y4, CIX
sky1, NXP ls1028a/imx8mn/imx8mp/imx91/imx93/imx95, Qualcomm
qcs6490/qrb2210 and Rockchip rk3568/rk3588s
- Carrier board for SOMs using Intel agilex5, Marvell Armada 7020,
NXP iMX8QP, Mediatek mt8370/mt8390 and rockchip rk3588
- Two mobile phones using Snapdragon 845
- A gaming device and a NAS box, both based on Rockchips rk356x
On top of the newly added boards and SoCs, there is a lot of
background activity going into cleanups, in particular towards getting
a warning-free dtc build, and the usual work on adding support for
more hardware on the previously added machines"
* tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (757 commits)
dt-bindings: intel: Add Agilex eMMC support
arm64: dts: socfpga: agilex: add emmc support
arm64: dts: intel: agilex5: Add simple-bus node on top of dma controller node
ARM: dts: socfpga: fix dtbs_check warning for fpga-region
ARM: dts: socfpga: add #address-cells and #size-cells for sram node
dt-bindings: altera: document syscon as fallback for sys-mgr
arm64: dts: altera: Use lowercase hex
dt-bindings: arm: altera: combine Intel's SoCFPGA into altera.yaml
arm64: dts: socfpga: agilex5: Add IOMMUS property for ethernet nodes
arm64: dts: socfpga: agilex5: add support for modular board
dt-bindings: intel: Add Agilex5 SoCFPGA modular board
arm64: dts: socfpga: agilex5: Add dma-coherent property
arm64: dts: realtek: Add Kent SoC and EVB device trees
dt-bindings: arm: realtek: Add Kent Soc family compatibles
ARM: dts: samsung: Drop s3c6400.dtsi
ARM: dts: nuvoton: Minor whitespace cleanup
MAINTAINERS: Add Falcon DB
arm64: dts: a7k: add COM Express boards
ARM: dts: microchip: Drop usb_a9g20-dab-mmx.dtsi
arm64: dts: rockchip: Fix rk3588 PCIe range mappings
...
216 lines
5.3 KiB
YAML
216 lines
5.3 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/soc/samsung/exynos-pmu.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Samsung Exynos SoC series Power Management Unit (PMU)
|
|
|
|
maintainers:
|
|
- Krzysztof Kozlowski <krzk@kernel.org>
|
|
|
|
properties:
|
|
compatible:
|
|
oneOf:
|
|
- enum:
|
|
- google,gs101-pmu
|
|
- items:
|
|
- enum:
|
|
- samsung,exynos3250-pmu
|
|
- samsung,exynos4210-pmu
|
|
- samsung,exynos4212-pmu
|
|
- samsung,exynos4412-pmu
|
|
- samsung,exynos5250-pmu
|
|
- samsung,exynos5260-pmu
|
|
- samsung,exynos5410-pmu
|
|
- samsung,exynos5420-pmu
|
|
- samsung,exynos5433-pmu
|
|
- samsung,exynos7-pmu
|
|
- samsung,exynos850-pmu
|
|
- samsung-s5pv210-pmu
|
|
- const: syscon
|
|
- items:
|
|
- enum:
|
|
- axis,artpec9-pmu
|
|
- samsung,exynos2200-pmu
|
|
- samsung,exynos7870-pmu
|
|
- samsung,exynos7885-pmu
|
|
- samsung,exynos8890-pmu
|
|
- samsung,exynos8895-pmu
|
|
- samsung,exynos9810-pmu
|
|
- samsung,exynos990-pmu
|
|
- samsung,exynosautov9-pmu
|
|
- samsung,exynosautov920-pmu
|
|
- tesla,fsd-pmu
|
|
- const: samsung,exynos7-pmu
|
|
- const: syscon
|
|
- items:
|
|
- enum:
|
|
- samsung,exynos3250-pmu
|
|
- samsung,exynos4210-pmu
|
|
- samsung,exynos4212-pmu
|
|
- samsung,exynos4412-pmu
|
|
- samsung,exynos5250-pmu
|
|
- samsung,exynos5420-pmu
|
|
- samsung,exynos5433-pmu
|
|
- const: simple-mfd
|
|
- const: syscon
|
|
|
|
reg:
|
|
maxItems: 1
|
|
|
|
'#clock-cells':
|
|
const: 1
|
|
|
|
clock-names:
|
|
description:
|
|
List of clock names for particular CLKOUT mux inputs
|
|
minItems: 1
|
|
maxItems: 32
|
|
items:
|
|
pattern: '^clkout([0-9]|[12][0-9]|3[0-1])$'
|
|
|
|
clocks:
|
|
minItems: 1
|
|
maxItems: 32
|
|
|
|
dp-phy:
|
|
$ref: /schemas/phy/samsung,dp-video-phy.yaml
|
|
unevaluatedProperties: false
|
|
|
|
interrupt-controller:
|
|
description:
|
|
Some PMUs are capable of behaving as an interrupt controller (mostly
|
|
to wake up a suspended PMU).
|
|
|
|
'#interrupt-cells':
|
|
description:
|
|
Must be identical to the that of the parent interrupt controller.
|
|
const: 3
|
|
|
|
mipi-phy:
|
|
$ref: /schemas/phy/samsung,mipi-video-phy.yaml
|
|
unevaluatedProperties: false
|
|
|
|
reboot-mode:
|
|
$ref: /schemas/power/reset/syscon-reboot-mode.yaml
|
|
type: object
|
|
description:
|
|
Reboot mode to alter bootloader behavior for the next boot
|
|
|
|
syscon-poweroff:
|
|
$ref: /schemas/power/reset/syscon-poweroff.yaml#
|
|
type: object
|
|
description:
|
|
Node for power off method
|
|
|
|
syscon-reboot:
|
|
$ref: /schemas/power/reset/syscon-reboot.yaml#
|
|
type: object
|
|
description:
|
|
Node for reboot method
|
|
|
|
google,pmu-intr-gen-syscon:
|
|
$ref: /schemas/types.yaml#/definitions/phandle
|
|
description:
|
|
Phandle to PMU interrupt generation interface.
|
|
|
|
required:
|
|
- compatible
|
|
- reg
|
|
|
|
additionalProperties: false
|
|
|
|
allOf:
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- samsung,exynos3250-pmu
|
|
- samsung,exynos4210-pmu
|
|
- samsung,exynos4212-pmu
|
|
- samsung,exynos4412-pmu
|
|
- samsung,exynos5250-pmu
|
|
- samsung,exynos5410-pmu
|
|
- samsung,exynos5420-pmu
|
|
- samsung,exynos5433-pmu
|
|
then:
|
|
required:
|
|
- '#clock-cells'
|
|
- clock-names
|
|
- clocks
|
|
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- samsung,exynos3250-pmu
|
|
- samsung,exynos4210-pmu
|
|
- samsung,exynos4212-pmu
|
|
- samsung,exynos4412-pmu
|
|
- samsung,exynos5250-pmu
|
|
- samsung,exynos5420-pmu
|
|
- samsung,exynos5433-pmu
|
|
- samsung,exynos7870-pmu
|
|
then:
|
|
properties:
|
|
mipi-phy: true
|
|
else:
|
|
properties:
|
|
mipi-phy: false
|
|
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- samsung,exynos5250-pmu
|
|
- samsung,exynos5420-pmu
|
|
- samsung,exynos5433-pmu
|
|
then:
|
|
properties:
|
|
dp-phy: true
|
|
else:
|
|
properties:
|
|
dp-phy: false
|
|
|
|
- if:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
enum:
|
|
- google,gs101-pmu
|
|
then:
|
|
required:
|
|
- google,pmu-intr-gen-syscon
|
|
else:
|
|
properties:
|
|
google,pmu-intr-gen-syscon: false
|
|
|
|
examples:
|
|
- |
|
|
#include <dt-bindings/clock/exynos5250.h>
|
|
|
|
pmu_system_controller: system-controller@10040000 {
|
|
compatible = "samsung,exynos5250-pmu", "syscon";
|
|
reg = <0x10040000 0x5000>;
|
|
interrupt-controller;
|
|
#interrupt-cells = <3>;
|
|
interrupt-parent = <&gic>;
|
|
#clock-cells = <1>;
|
|
clock-names = "clkout16";
|
|
clocks = <&clock CLK_FIN_PLL>;
|
|
|
|
dp-phy {
|
|
compatible = "samsung,exynos5250-dp-video-phy";
|
|
#phy-cells = <0>;
|
|
};
|
|
|
|
mipi-phy {
|
|
compatible = "samsung,s5pv210-mipi-video-phy";
|
|
#phy-cells = <1>;
|
|
};
|
|
};
|