smsc,usb3503.yaml (2d091155cdc38bfd149b44d0b745b607f4c325f5) | smsc,usb3503.yaml (4e71ed985389ce213003927cfa65c1352e70396c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/usb/smsc,usb3503.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: SMSC USB3503 High-Speed Hub Controller Device Tree Bindings 8 --- 31 unchanged lines hidden (view full) --- 40 items: 41 minimum: 1 42 maximum: 3 43 description: > 44 Specifies the ports unused using their port number. Do not describe this 45 property if all ports have to be enabled. 46 47 initial-mode: | 1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/usb/smsc,usb3503.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: SMSC USB3503 High-Speed Hub Controller Device Tree Bindings 8 --- 31 unchanged lines hidden (view full) --- 40 items: 41 minimum: 1 42 maximum: 3 43 description: > 44 Specifies the ports unused using their port number. Do not describe this 45 property if all ports have to be enabled. 46 47 initial-mode: |
48 $ref: /schemas/types.yaml#/definitions/uint32 |
|
48 enum: [1, 2] 49 description: > 50 Specifies initial mode. 1 for Hub mode, 2 for standby mode. 51 52 clocks: 53 maxItems: 1 54 description: > 55 Clock used for driving REFCLK signal. If not provided the driver assumes --- 53 unchanged lines hidden --- | 49 enum: [1, 2] 50 description: > 51 Specifies initial mode. 1 for Hub mode, 2 for standby mode. 52 53 clocks: 54 maxItems: 1 55 description: > 56 Clock used for driving REFCLK signal. If not provided the driver assumes --- 53 unchanged lines hidden --- |