brintos

brintos / linux-shallow public Read only

0
0
Text · 511 B · c6ccb78 Raw
27 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/bcm/brcm,stingray.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom Stingray8 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,bcm958742k20          - brcm,bcm958742t21          - brcm,bcm958802a802x22      - const: brcm,stingray23 24additionalProperties: true25 26...27