calxeda.yaml (597473720f4dc69749542bfcfed4a927a43d935e) | calxeda.yaml (62298364bd489b06d16370fd258c7be6a906729c) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/calxeda.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Calxeda Platforms Device Tree Bindings 8 --- 6 unchanged lines hidden (view full) --- 15properties: 16 $nodename: 17 const: '/' 18 compatible: 19 items: 20 - enum: 21 - calxeda,highbank 22 - calxeda,ecx-2000 | 1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/calxeda.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Calxeda Platforms Device Tree Bindings 8 --- 6 unchanged lines hidden (view full) --- 15properties: 16 $nodename: 17 const: '/' 18 compatible: 19 items: 20 - enum: 21 - calxeda,highbank 22 - calxeda,ecx-2000 |
23 24additionalProperties: true |
|