actions.yaml (e533cda12d8f0e7936354bafdc85c81741f805d2) | actions.yaml (62298364bd489b06d16370fd258c7be6a906729c) |
---|---|
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/actions.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Actions Semi platforms device tree bindings 8 --- 35 unchanged lines hidden (view full) --- 44 - cubietech,cubieboard7 # Cubietech CubieBoard7 45 - const: actions,s700 46 47 # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 48 - items: 49 - enum: 50 - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 51 - const: actions,s900 | 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/actions.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Actions Semi platforms device tree bindings 8 --- 35 unchanged lines hidden (view full) --- 44 - cubietech,cubieboard7 # Cubietech CubieBoard7 45 - const: actions,s700 46 47 # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 48 - items: 49 - enum: 50 - ucrobotics,bubblegum-96 # uCRobotics Bubblegum-96 51 - const: actions,s900 |
52 53additionalProperties: true |
|