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-meson.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 Amlogic Meson PWM Controller
    2 ============================
    3 
    4 Required properties:
    5 - compatible: Shall contain "amlogic,meson8b-pwm"
    6                          or "amlogic,meson-gxbb-pwm"
    7                          or "amlogic,meson-gxbb-ao-pwm"
    8                          or "amlogic,meson-axg-ee-pwm"
    9                          or "amlogic,meson-axg-ao-pwm"
   10                          or "amlogic,meson-g12a-ee-pwm"
   11                          or "amlogic,meson-g12a-ao-pwm-ab"
   12                          or "amlogic,meson-g12a-ao-pwm-cd"
   13 - #pwm-cells: Should be 3. See pwm.yaml in this directory for a description of
   14   the cells format.
   15 
   16 Optional properties:
   17 - clocks: Could contain one or two parents clocks phandle for each of the two
   18   PWM channels.
   19 - clock-names: Could contain at least the "clkin0" and/or "clkin1" names.
   20 
   21 Example:
   22 
   23         pwm_ab: pwm@8550 {
   24                 compatible = "amlogic,meson-gxbb-pwm";
   25                 reg = <0x0 0x08550 0x0 0x10>;
   26                 #pwm-cells = <3>;
   27                 clocks = <&xtal>, <&xtal>;
   28                 clock-names = "clkin0", "clkin1";
   29         }

Cache object: 982f7368239b43a400408567103efd66


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