Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/airoha.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Airoha SoC based Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Felix Fietkau <nbd@nbd.name>
0011   - John Crispin <john@phrozen.org>
0012 
0013 description:
0014   Boards with an Airoha SoC shall have the following properties.
0015 
0016 properties:
0017   $nodename:
0018     const: '/'
0019   compatible:
0020     oneOf:
0021       - items:
0022           - enum:
0023               - airoha,en7523-evb
0024           - const: airoha,en7523
0025 
0026 additionalProperties: true
0027 
0028 ...