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/soc/fsl/fsl,layerscape-scfg.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 OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/soc/fsl/fsl,layerscape-scfg.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Freescale Layerscape Supplemental Configuration Unit
    8 
    9 maintainers:
   10   - Shawn Guo <shawnguo@kernel.org>
   11   - Li Yang <leoyang.li@nxp.com>
   12 
   13 description: |
   14   SCFG is the supplemental configuration unit, that provides SoC specific
   15   configuration and status registers for the chip. Such as getting PEX port
   16   status.
   17 
   18 properties:
   19   compatible:
   20     items:
   21       - enum:
   22           - fsl,ls1012a-scfg
   23           - fsl,ls1021a-scfg
   24           - fsl,ls1028a-scfg
   25           - fsl,ls1043a-scfg
   26           - fsl,ls1046a-scfg
   27       - const: syscon
   28 
   29   reg:
   30     maxItems: 1
   31 
   32   little-endian: true
   33   big-endian: true
   34 
   35   '#address-cells':
   36     const: 1
   37 
   38   '#size-cells':
   39     const: 1
   40 
   41   ranges: true
   42 
   43 patternProperties:
   44   "^interrupt-controller@[a-z0-9]+$":
   45     $ref: /schemas/interrupt-controller/fsl,ls-extirq.yaml#
   46 
   47 required:
   48   - compatible
   49   - reg
   50 
   51 additionalProperties: false
   52 
   53 examples:
   54   - |
   55     syscon@1570000 {
   56         compatible = "fsl,ls1021a-scfg", "syscon";
   57         reg = <0x1570000 0x10000>;
   58     };

Cache object: c27119009f643906153a5cdc6be9236d


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