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/nxp,pca9685-pwm.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 NXP PCA9685 16-channel 12-bit PWM LED controller
    2 ================================================
    3 
    4 Required properties:
    5   - compatible: "nxp,pca9685-pwm"
    6   - #pwm-cells: Should be 2. See pwm.yaml in this directory for a description of
    7     the cells format.
    8     The index 16 is the ALLCALL channel, that sets all PWM channels at the same
    9     time.
   10 
   11 Optional properties:
   12   - invert (bool): boolean to enable inverted logic
   13   - open-drain (bool): boolean to configure outputs with open-drain structure;
   14                        if omitted use totem-pole structure
   15 
   16 Example:
   17 
   18 For LEDs that are directly connected to the PCA, the following setting is
   19 applicable:
   20 
   21 pca: pca@41 {
   22         compatible = "nxp,pca9685-pwm";
   23         #pwm-cells = <2>;
   24         reg = <0x41>;
   25         invert;
   26         open-drain;
   27 };

Cache object: 03d4d9d9c860e95c739e1a602110bdff


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