Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / sirf.yaml
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
7 title: CSR SiRFprimaII and SiRFmarco device tree bindings.
8
9 maintainers:
10   - Binghua Duan <binghua.duan@csr.com>
11   - Barry Song <Baohua.Song@csr.com>
12
13 properties:
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 ...