162306a36Sopenharmony_ciSMSC USB4604 High-Speed Hub Controller
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible: Should be "smsc,usb4604"
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciOptional properties:
762306a36Sopenharmony_ci- reg: Specifies the i2c slave address, it is required and should be 0x2d
862306a36Sopenharmony_ci       if I2C is used.
962306a36Sopenharmony_ci- reset-gpios: Should specify GPIO for reset.
1062306a36Sopenharmony_ci- initial-mode: Should specify initial mode.
1162306a36Sopenharmony_ci                (1 for HUB mode, 2 for STANDBY mode)
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciExamples:
1462306a36Sopenharmony_ci	usb-hub@2d {
1562306a36Sopenharmony_ci		compatible = "smsc,usb4604";
1662306a36Sopenharmony_ci		reg = <0x2d>;
1762306a36Sopenharmony_ci		reset-gpios = <&gpx3 5 1>;
1862306a36Sopenharmony_ci		initial-mode = <1>;
1962306a36Sopenharmony_ci	};
20