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/usb/fcs,fusb302.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 Fairchild FUSB302 Type-C Port controllers
    2 
    3 Required properties :
    4 - compatible             : "fcs,fusb302"
    5 - reg                    : I2C slave address
    6 - interrupts             : Interrupt specifier
    7 
    8 Required sub-node:
    9 - connector : The "usb-c-connector" attached to the FUSB302 IC. The bindings
   10   of the connector node are specified in:
   11 
   12         Documentation/devicetree/bindings/connector/usb-connector.yaml
   13 
   14 
   15 Example:
   16 
   17 fusb302: typec-portc@54 {
   18         compatible = "fcs,fusb302";
   19         reg = <0x54>;
   20         interrupt-parent = <&nmi_intc>;
   21         interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
   22 
   23         usb_con: connector {
   24                 compatible = "usb-c-connector";
   25                 label = "USB-C";
   26                 power-role = "dual";
   27                 try-power-role = "sink";
   28                 source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>;
   29                 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
   30                              PDO_VAR(3000, 12000, 3000)
   31                              PDO_PPS_APDO(3000, 11000, 3000)>;
   32                 op-sink-microwatt = <10000000>;
   33         };
   34 };

Cache object: e0841c0c3a89fc90805eece9e1eafb3b


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