brintos

brintos / linux-shallow public Read only

0
0
Text · 519 B · f1bd6f5 Raw
27 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/nxp/lpc32xx.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: NXP LPC32xx Platforms8 9maintainers:10  - Roland Stigge <stigge@antcom.de>11 12properties:13  compatible:14    oneOf:15      - enum:16          - nxp,lpc322017          - nxp,lpc323018          - nxp,lpc324019      - items:20          - enum:21              - ea,ea325022              - phytec,phy325023          - const: nxp,lpc325024 25additionalProperties: true26...27