brintos

brintos / linux-shallow public Read only

0
0
Text · 625 B · a0a3f32 Raw
32 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/bcm/brcm,cygnus.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom Cygnus8 9maintainers:10  - Ray Jui <rjui@broadcom.com>11  - Scott Branden <sbranden@broadcom.com>12 13properties:14  $nodename:15    const: '/'16  compatible:17    items:18      - enum:19          - brcm,bcm1130020          - brcm,bcm1132021          - brcm,bcm1135022          - brcm,bcm1136023          - brcm,bcm5830024          - brcm,bcm5830225          - brcm,bcm5830326          - brcm,bcm5830527      - const: brcm,cygnus28 29additionalProperties: true30 31...32