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 7title: AMD Seattle SoC Platforms 8 9maintainers: 10 - Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> 11 - Tom Lendacky <thomas.lendacky@amd.com> 12 13properties: 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 23additionalProperties: true 24... 25