1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/sirf.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: CSR SiRFprimaII and SiRFmarco device tree bindings.
8
9maintainers:
10  - Binghua Duan <binghua.duan@csr.com>
11  - Barry Song <Baohua.Song@csr.com>
12
13properties:
14  $nodename:
15    const: '/'
16  compatible:
17    oneOf:
18      - items:
19          - const: sirf,atlas6-cb
20          - const: sirf,atlas6
21      - items:
22          - const: sirf,atlas7-cb
23          - const: sirf,atlas7
24      - items:
25          - const: sirf,prima2-cb
26          - const: sirf,prima2
27
28additionalProperties: true
29
30...
31