16cfeb611SStephan Gerhold# SPDX-License-Identifier: GPL-2.0-only
26cfeb611SStephan Gerhold%YAML 1.2
36cfeb611SStephan Gerhold---
46cfeb611SStephan Gerhold$id: http://devicetree.org/schemas/arm/ux500.yaml#
56cfeb611SStephan Gerhold$schema: http://devicetree.org/meta-schemas/core.yaml#
66cfeb611SStephan Gerhold
7*dd3cb467SAndrew Lunntitle: Ux500 platforms
86cfeb611SStephan Gerhold
96cfeb611SStephan Gerholdmaintainers:
106cfeb611SStephan Gerhold  - Linus Walleij <linus.walleij@linaro.org>
116cfeb611SStephan Gerhold
126cfeb611SStephan Gerholdproperties:
136cfeb611SStephan Gerhold  $nodename:
146cfeb611SStephan Gerhold    const: '/'
156cfeb611SStephan Gerhold  compatible:
166cfeb611SStephan Gerhold    oneOf:
176cfeb611SStephan Gerhold
186cfeb611SStephan Gerhold      - description: ST-Ericsson HREF (pre-v60)
196cfeb611SStephan Gerhold        items:
206cfeb611SStephan Gerhold          - const: st-ericsson,mop500
216cfeb611SStephan Gerhold          - const: st-ericsson,u8500
226cfeb611SStephan Gerhold
23034c2539SStanislav Jakubek      - description: ST-Ericsson HREF520
24034c2539SStanislav Jakubek        items:
25034c2539SStanislav Jakubek          - const: st-ericsson,href520
26034c2539SStanislav Jakubek          - const: st-ericsson,u8500
27034c2539SStanislav Jakubek
286cfeb611SStephan Gerhold      - description: ST-Ericsson HREF (v60+)
296cfeb611SStephan Gerhold        items:
306cfeb611SStephan Gerhold          - const: st-ericsson,hrefv60+
316cfeb611SStephan Gerhold          - const: st-ericsson,u8500
326cfeb611SStephan Gerhold
336cfeb611SStephan Gerhold      - description: Calao Systems Snowball
346cfeb611SStephan Gerhold        items:
356cfeb611SStephan Gerhold          - const: calaosystems,snowball-a9500
366cfeb611SStephan Gerhold          - const: st-ericsson,u9500
3792ac62e1SStephan Gerhold
38034c2539SStanislav Jakubek      - description: Samsung Galaxy Ace 2 (GT-I8160)
39034c2539SStanislav Jakubek        items:
40034c2539SStanislav Jakubek          - const: samsung,codina
41034c2539SStanislav Jakubek          - const: st-ericsson,u8500
42034c2539SStanislav Jakubek
431034eb1aSLinus Walleij      - description: Samsung Galaxy Exhibit (SGH-T599)
441034eb1aSLinus Walleij        items:
451034eb1aSLinus Walleij          - const: samsung,codina-tmo
461034eb1aSLinus Walleij          - const: st-ericsson,u8500
471034eb1aSLinus Walleij
48034c2539SStanislav Jakubek      - description: Samsung Galaxy Beam (GT-I8530)
49034c2539SStanislav Jakubek        items:
50034c2539SStanislav Jakubek          - const: samsung,gavini
51034c2539SStanislav Jakubek          - const: st-ericsson,u8500
52034c2539SStanislav Jakubek
5392ac62e1SStephan Gerhold      - description: Samsung Galaxy S III mini (GT-I8190)
5492ac62e1SStephan Gerhold        items:
5592ac62e1SStephan Gerhold          - const: samsung,golden
5692ac62e1SStephan Gerhold          - const: st-ericsson,u8500
5762298364SRob Herring
58034c2539SStanislav Jakubek      - description: Samsung Galaxy S Advance (GT-I9070)
59034c2539SStanislav Jakubek        items:
60034c2539SStanislav Jakubek          - const: samsung,janice
61034c2539SStanislav Jakubek          - const: st-ericsson,u8500
62034c2539SStanislav Jakubek
63034c2539SStanislav Jakubek      - description: Samsung Galaxy Amp (SGH-I407)
64034c2539SStanislav Jakubek        items:
65034c2539SStanislav Jakubek          - const: samsung,kyle
66034c2539SStanislav Jakubek          - const: st-ericsson,u8500
67034c2539SStanislav Jakubek
68034c2539SStanislav Jakubek      - description: Samsung Galaxy XCover 2 (GT-S7710)
69034c2539SStanislav Jakubek        items:
70034c2539SStanislav Jakubek          - const: samsung,skomer
71034c2539SStanislav Jakubek          - const: st-ericsson,u8500
72034c2539SStanislav Jakubek
7362298364SRob HerringadditionalProperties: true
74