Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/extcon/extcon-fsa9480.txt
48375 views
1
FAIRCHILD SEMICONDUCTOR FSA9480 MICROUSB SWITCH
2
3
The FSA9480 is a USB port accessory detector and switch. The FSA9480 is fully
4
controlled using I2C and enables USB data, stereo and mono audio, video,
5
microphone, and UART data to use a common connector port.
6
7
Required properties:
8
- compatible : Must be one of
9
"fcs,fsa9480"
10
"fcs,fsa880"
11
- reg : Specifies i2c slave address. Must be 0x25.
12
- interrupts : Should contain one entry specifying interrupt signal of
13
interrupt parent to which interrupt pin of the chip is connected.
14
15
Example:
16
musb@25 {
17
compatible = "fcs,fsa9480";
18
reg = <0x25>;
19
interrupt-parent = <&gph2>;
20
interrupts = <7 0>;
21
};
22
23