Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / ux500.yaml
blob5db7cfba81a477d17fe56d760f7c34df9f83f80d
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#
7 title: Ux500 platforms device tree bindings
9 maintainers:
10   - Linus Walleij <linus.walleij@linaro.org>
12 properties:
13   $nodename:
14     const: '/'
15   compatible:
16     oneOf:
18       - description: ST-Ericsson HREF (pre-v60)
19         items:
20           - const: st-ericsson,mop500
21           - const: st-ericsson,u8500
23       - description: ST-Ericsson HREF (v60+)
24         items:
25           - const: st-ericsson,hrefv60+
26           - const: st-ericsson,u8500
28       - description: Calao Systems Snowball
29         items:
30           - const: calaosystems,snowball-a9500
31           - const: st-ericsson,u9500
33       - description: Samsung Galaxy S III mini (GT-I8190)
34         items:
35           - const: samsung,golden
36           - const: st-ericsson,u8500
38 additionalProperties: true