Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/arm/amd,seattle.yaml
38189 views
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
...
25
26