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/clock/hisilicon,hi3559av100-clock.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/clock/hisilicon,hi3559av100-clock.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Hisilicon SOC Clock for HI3559AV100
    8 
    9 maintainers:
   10   - Dongjiu Geng <gengdongjiu@huawei.com>
   11 
   12 description: |
   13   Hisilicon SOC clock control module which supports the clocks, resets and
   14   power domains on HI3559AV100.
   15 
   16   See also:
   17     dt-bindings/clock/hi3559av100-clock.h
   18 
   19 properties:
   20   compatible:
   21     enum:
   22       - hisilicon,hi3559av100-clock
   23       - hisilicon,hi3559av100-shub-clock
   24 
   25   reg:
   26     minItems: 1
   27     maxItems: 2
   28 
   29   '#clock-cells':
   30     const: 1
   31 
   32   '#reset-cells':
   33     const: 2
   34     description: |
   35       First cell is reset request register offset.
   36       Second cell is bit offset in reset request register.
   37 
   38 required:
   39   - compatible
   40   - reg
   41   - '#clock-cells'
   42   - '#reset-cells'
   43 
   44 additionalProperties: false
   45 
   46 examples:
   47   - |
   48     soc {
   49         #address-cells = <2>;
   50         #size-cells = <2>;
   51 
   52         clock-controller@12010000 {
   53             compatible = "hisilicon,hi3559av100-clock";
   54             #clock-cells = <1>;
   55             #reset-cells = <2>;
   56             reg = <0x0 0x12010000 0x0 0x10000>;
   57         };
   58     };
   59 ...

Cache object: 15d77348528acaa1c592d7d13cd08325


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