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/pwm/pwm-hibvt.txt

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 Hisilicon PWM controller
    2 
    3 Required properties:
    4 -compatible: should contain one SoC specific compatible string
    5  The SoC specific strings supported including:
    6         "hisilicon,hi3516cv300-pwm"
    7         "hisilicon,hi3519v100-pwm"
    8         "hisilicon,hi3559v100-shub-pwm"
    9         "hisilicon,hi3559v100-pwm
   10 - reg: physical base address and length of the controller's registers.
   11 - clocks: phandle and clock specifier of the PWM reference clock.
   12 - resets: phandle and reset specifier for the PWM controller reset.
   13 - #pwm-cells: Should be 3. See pwm.yaml in this directory for a description of
   14   the cells format.
   15 
   16 Example:
   17         pwm: pwm@12130000 {
   18                 compatible = "hisilicon,hi3516cv300-pwm";
   19                 reg = <0x12130000 0x10000>;
   20                 clocks = <&crg_ctrl HI3516CV300_PWM_CLK>;
   21                 resets = <&crg_ctrl 0x38 0>;
   22                 #pwm-cells = <3>;
   23         };

Cache object: 99a175e062f8d9036cdd5314f8ac4062


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