8250.yaml (de4fb176622d54a82ea3ceb7362392aaf5ff0b5a) | 8250.yaml (4e71ed985389ce213003927cfa65c1352e70396c) |
---|---|
1# Copyright 2020 Lubomir Rintel <lkundrak@v3.sk> 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/serial/8250.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: UART (Universal Asynchronous Receiver/Transmitter) bindings 8 --- 124 unchanged lines hidden (view full) --- 133 resets: 134 maxItems: 1 135 136 current-speed: 137 $ref: /schemas/types.yaml#/definitions/uint32 138 description: The current active speed of the UART. 139 140 reg-offset: | 1# Copyright 2020 Lubomir Rintel <lkundrak@v3.sk> 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/serial/8250.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: UART (Universal Asynchronous Receiver/Transmitter) bindings 8 --- 124 unchanged lines hidden (view full) --- 133 resets: 134 maxItems: 1 135 136 current-speed: 137 $ref: /schemas/types.yaml#/definitions/uint32 138 description: The current active speed of the UART. 139 140 reg-offset: |
141 $ref: /schemas/types.yaml#/definitions/uint32 |
|
141 description: | 142 Offset to apply to the mapbase from the start of the registers. 143 144 reg-shift: 145 description: Quantity to shift the register offsets by. 146 147 reg-io-width: 148 description: | --- 109 unchanged lines hidden --- | 142 description: | 143 Offset to apply to the mapbase from the start of the registers. 144 145 reg-shift: 146 description: Quantity to shift the register offsets by. 147 148 reg-io-width: 149 description: | --- 109 unchanged lines hidden --- |