Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / ux500.yaml
1 # SPDX-License-Identifier: GPL-2.0-only
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/ux500.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Ux500 platforms device tree bindings
8
9 maintainers:
10   - Linus Walleij <linus.walleij@linaro.org>
11
12 properties:
13   $nodename:
14     const: '/'
15   compatible:
16     oneOf:
17
18       - description: ST-Ericsson HREF (pre-v60)
19         items:
20           - const: st-ericsson,mop500
21           - const: st-ericsson,u8500
22
23       - description: ST-Ericsson HREF (v60+)
24         items:
25           - const: st-ericsson,hrefv60+
26           - const: st-ericsson,u8500
27
28       - description: Calao Systems Snowball
29         items:
30           - const: calaosystems,snowball-a9500
31           - const: st-ericsson,u9500
32
33       - description: Samsung Galaxy S III mini (GT-I8190)
34         items:
35           - const: samsung,golden
36           - const: st-ericsson,u8500
37
38 additionalProperties: true