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/mfd/xylon,logicvc.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 OR BSD-2-Clause)
    2 # Copyright 2019 Bootlin
    3 %YAML 1.2
    4 ---
    5 $id: "http://devicetree.org/schemas/mfd/xylon,logicvc.yaml#"
    6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
    7 
    8 title: Xylon LogiCVC multi-function device
    9 
   10 maintainers:
   11   - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
   12 
   13 description: |
   14   The LogiCVC is a display controller that also contains a GPIO controller.
   15   As a result, a multi-function device is exposed as parent of the display
   16   and GPIO blocks.
   17 
   18 properties:
   19   compatible:
   20     items:
   21       - enum:
   22           - xylon,logicvc-3.02.a
   23       - const: syscon
   24       - const: simple-mfd
   25 
   26   reg:
   27     maxItems: 1
   28 
   29   '#address-cells':
   30     const: 1
   31 
   32   '#size-cells':
   33     const: 1
   34 
   35 select:
   36   properties:
   37     compatible:
   38       contains:
   39         enum:
   40           - xylon,logicvc-3.02.a
   41 
   42   required:
   43     - compatible
   44 
   45 patternProperties:
   46   "^gpio@[0-9a-f]+$":
   47     $ref: /schemas/gpio/xylon,logicvc-gpio.yaml#
   48 
   49   "^display@[0-9a-f]+$":
   50     $ref: /schemas/display/xylon,logicvc-display.yaml#
   51 
   52 required:
   53   - compatible
   54   - reg
   55 
   56 additionalProperties: false
   57 
   58 examples:
   59   - |
   60     logicvc: logicvc@43c00000 {
   61       compatible = "xylon,logicvc-3.02.a", "syscon", "simple-mfd";
   62       reg = <0x43c00000 0x6000>;
   63     };

Cache object: 04a6bbd80fa963525cfef7ad061aa250


[ 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.