lpc32xx.yaml (0898782247ae533d1f4e47a06bc5d4870931b284) | lpc32xx.yaml (9f60a65bc5e6cd882120d8477cc7bec065887e3d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/nxp/lpc32xx.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP LPC32xx Platforms Device Tree Bindings 8 9maintainers: 10 - Roland Stigge <stigge@antcom.de> 11 12properties: 13 compatible: 14 oneOf: 15 - enum: 16 - nxp,lpc3220 17 - nxp,lpc3230 18 - nxp,lpc3240 19 - items: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/nxp/lpc32xx.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: NXP LPC32xx Platforms Device Tree Bindings 8 9maintainers: 10 - Roland Stigge <stigge@antcom.de> 11 12properties: 13 compatible: 14 oneOf: 15 - enum: 16 - nxp,lpc3220 17 - nxp,lpc3230 18 - nxp,lpc3240 19 - items: |
20 - enum: 21 - ea,ea3250 22 - phytec,phy3250 23 - const: nxp,lpc3250 24 | 20 - enum: 21 - ea,ea3250 22 - phytec,phy3250 23 - const: nxp,lpc3250 |
25... | 24... |