@@ -7,18 +7,18 @@ Required properties :
77 - compatible : Should be "microchip,usb251xb" or one of the specific types:
88 "microchip,usb2512b", "microchip,usb2512bi", "microchip,usb2513b",
99 "microchip,usb2513bi", "microchip,usb2514b", "microchip,usb2514bi"
10- - hub-reset-gpios : Should specify the gpio for hub reset
10+ - reset-gpios : Should specify the gpio for hub reset
11+ - reg : I2C address on the selected bus (default is <0x2C>)
1112
1213Optional properties :
13- - reg : I2C address on the selected bus (default is <0x2C>)
1414 - skip-config : Skip Hub configuration, but only send the USB-Attach command
15- - vendor-id : USB Vendor ID of the hub (16 bit, default is 0x0424)
16- - product-id : USB Product ID of the hub (16 bit, default depends on type)
17- - device-id : USB Device ID of the hub (16 bit, default is 0x0bb3)
18- - language-id : USB Language ID (16 bit, default is 0x0000)
19- - manufacturer : USB Manufacturer string (max 31 characters long)
20- - product : USB Product string (max 31 characters long)
21- - serial : USB Serial string (max 31 characters long)
15+ - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
16+ - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
17+ - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
18+ - language-id : Set USB Language ID (16 bit, default is 0x0000)
19+ - manufacturer : Set USB Manufacturer string (max 31 characters long)
20+ - product : Set USB Product string (max 31 characters long)
21+ - serial : Set USB Serial string (max 31 characters long)
2222 - {bus,self}-powered : selects between self- and bus-powered operation (default
2323 is self-powered)
2424 - disable-hi-speed : disable USB Hi-Speed support
@@ -31,43 +31,26 @@ Optional properties :
3131 (default is individual)
3232 - dynamic-power-switching : enable auto-switching from self- to bus-powered
3333 operation if the local power source is removed or unavailable
34- - oc-delay-{100us,4ms,8ms,16ms} : set over current timer delay (default is 8ms)
35- - compound-device : indicated the hub is part of a compound device
34+ - oc-delay-us : Delay time (in microseconds) for filtering the over-current
35+ sense inputs. Valid values are 100, 4000, 8000 (default) and 16000. If
36+ an invalid value is given, the default is used instead.
37+ - compound-device : indicate the hub is part of a compound device
3638 - port-mapping-mode : enable port mapping mode
3739 - string-support : enable string descriptor support (required for manufacturer,
3840 product and serial string configuration)
3941 - non-removable-ports : Should specify the ports which have a non-removable
4042 device connected.
4143 - sp-disabled-ports : Specifies the ports which will be self-power disabled
4244 - bp-disabled-ports : Specifies the ports which will be bus-power disabled
43- - max-sp-power : Specifies the maximum current the hub consumes from an
44- upstream port when operating as self-powered hub including the power
45- consumption of a permanently attached peripheral if the hub is
46- configured as a compound device. The value is given in mA in a 0 - 500
47- range (default is 2).
48- - max-bp-power : Specifies the maximum current the hub consumes from an
49- upstream port when operating as bus-powered hub including the power
50- consumption of a permanently attached peripheral if the hub is
51- configured as a compound device. The value is given in mA in a 0 - 500
52- range (default is 100).
53- - max-sp-current : Specifies the maximum current the hub consumes from an
54- upstream port when operating as self-powered hub EXCLUDING the power
55- consumption of a permanently attached peripheral if the hub is
56- configured as a compound device. The value is given in mA in a 0 - 500
57- range (default is 2).
58- - max-bp-current : Specifies the maximum current the hub consumes from an
59- upstream port when operating as bus-powered hub EXCLUDING the power
60- consumption of a permanently attached peripheral if the hub is
61- configured as a compound device. The value is given in mA in a 0 - 500
62- range (default is 100).
63- - power-on-time : Specifies the time it takes from the time the host initiates
64- the power-on sequence to a port until the port has adequate power. The
65- value is given in ms in a 0 - 510 range (default is 100ms).
45+ - power-on-time-ms : Specifies the time it takes from the time the host
46+ initiates the power-on sequence to a port until the port has adequate
47+ power. The value is given in ms in a 0 - 510 range (default is 100ms).
6648
6749Examples:
6850 usb2512b@2c {
6951 compatible = "microchip,usb2512b";
70- hub-reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
52+ reg = <0x2c>;
53+ reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
7154 };
7255
7356 usb2514b@2c {
0 commit comments