Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: Add missing AMD Seattle SoC platforms

AMD Seattle SoC has been in use for some time, but the root compatibles
have not been documented. Add them.

Link: https://patch.msgid.link/20251022181112.4147188-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

+24
+24
Documentation/devicetree/bindings/arm/amd,seattle.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/amd,seattle.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: AMD Seattle SoC Platforms 8 + 9 + maintainers: 10 + - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> 11 + - Tom Lendacky <thomas.lendacky@amd.com> 12 + 13 + properties: 14 + $nodename: 15 + const: "/" 16 + compatible: 17 + oneOf: 18 + - description: Boards with AMD Seattle SoC 19 + items: 20 + - const: amd,seattle-overdrive 21 + - const: amd,seattle 22 + 23 + additionalProperties: true 24 + ...