Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/rda.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: RDA Micro platforms device tree bindings
0008 
0009 maintainers:
0010   - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
0011 
0012 properties:
0013   $nodename:
0014     const: "/"
0015   compatible:
0016     items:
0017       - enum:
0018           - xunlong,orangepi-2g-iot     # Orange Pi 2G-IoT
0019           - xunlong,orangepi-i96        # Orange Pi i96
0020       - const: rda,8810pl
0021 
0022 additionalProperties: true
0023 
0024 ...