The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/ux500.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 HREF520
   24         items:
   25           - const: st-ericsson,href520
   26           - const: st-ericsson,u8500
   27 
   28       - description: ST-Ericsson HREF (v60+)
   29         items:
   30           - const: st-ericsson,hrefv60+
   31           - const: st-ericsson,u8500
   32 
   33       - description: Calao Systems Snowball
   34         items:
   35           - const: calaosystems,snowball-a9500
   36           - const: st-ericsson,u9500
   37 
   38       - description: Samsung Galaxy Ace 2 (GT-I8160)
   39         items:
   40           - const: samsung,codina
   41           - const: st-ericsson,u8500
   42 
   43       - description: Samsung Galaxy Exhibit (SGH-T599)
   44         items:
   45           - const: samsung,codina-tmo
   46           - const: st-ericsson,u8500
   47 
   48       - description: Samsung Galaxy Beam (GT-I8530)
   49         items:
   50           - const: samsung,gavini
   51           - const: st-ericsson,u8500
   52 
   53       - description: Samsung Galaxy S III mini (GT-I8190)
   54         items:
   55           - const: samsung,golden
   56           - const: st-ericsson,u8500
   57 
   58       - description: Samsung Galaxy S Advance (GT-I9070)
   59         items:
   60           - const: samsung,janice
   61           - const: st-ericsson,u8500
   62 
   63       - description: Samsung Galaxy Amp (SGH-I407)
   64         items:
   65           - const: samsung,kyle
   66           - const: st-ericsson,u8500
   67 
   68       - description: Samsung Galaxy XCover 2 (GT-S7710)
   69         items:
   70           - const: samsung,skomer
   71           - const: st-ericsson,u8500
   72 
   73 additionalProperties: true

Cache object: d450bb82060c3b79ec587b72bcd88877


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.