Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
SMSC USB4604 High-Speed Hub Controller
|
|
|
|
Required properties:
|
|
- compatible: Should be "smsc,usb4604"
|
|
|
|
Optional properties:
|
|
- reg: Specifies the i2c slave address, it is required and should be 0x2d
|
|
if I2C is used.
|
|
- reset-gpios: Should specify GPIO for reset.
|
|
- initial-mode: Should specify initial mode.
|
|
(1 for HUB mode, 2 for STANDBY mode)
|
|
|
|
Examples:
|
|
usb-hub@2d {
|
|
compatible = "smsc,usb4604";
|
|
reg = <0x2d>;
|
|
reset-gpios = <&gpx3 5 1>;
|
|
initial-mode = <1>;
|
|
};
|