realtek.yaml (7c070e9a2352714c2c2dd924b46afd43841767a1) | realtek.yaml (89eac40f933cf0953133129c2227e2c8a3aa1993) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/realtek.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Realtek platforms device tree bindings 8 --- 4 unchanged lines hidden (view full) --- 13 $nodename: 14 const: '/' 15 compatible: 16 oneOf: 17 # RTD1195 SoC based boards 18 - items: 19 - enum: 20 - mele,x1000 # MeLE X1000 | 1# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/realtek.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Realtek platforms device tree bindings 8 --- 4 unchanged lines hidden (view full) --- 13 $nodename: 14 const: '/' 15 compatible: 16 oneOf: 17 # RTD1195 SoC based boards 18 - items: 19 - enum: 20 - mele,x1000 # MeLE X1000 |
21 - realtek,horseradish # Realtek Horseradish EVB |
|
21 - const: realtek,rtd1195 22 23 # RTD1293 SoC based boards 24 - items: 25 - enum: 26 - synology,ds418j # Synology DiskStation DS418j 27 - const: realtek,rtd1293 28 --- 14 unchanged lines hidden --- | 22 - const: realtek,rtd1195 23 24 # RTD1293 SoC based boards 25 - items: 26 - enum: 27 - synology,ds418j # Synology DiskStation DS418j 28 - const: realtek,rtd1293 29 --- 14 unchanged lines hidden --- |