.. | .. |
---|
1 | 1 | OMAP UART controller |
---|
2 | 2 | |
---|
3 | 3 | Required properties: |
---|
| 4 | +- compatible : should be "ti,j721e-uart", "ti,am654-uart" for J721E controllers |
---|
4 | 5 | - compatible : should be "ti,am654-uart" for AM654 controllers |
---|
5 | 6 | - compatible : should be "ti,omap2-uart" for OMAP2 controllers |
---|
6 | 7 | - compatible : should be "ti,omap3-uart" for OMAP3 controllers |
---|
.. | .. |
---|
22 | 23 | - dma-names : "rx" for receive channel, "tx" for transmit channel. |
---|
23 | 24 | - rs485-rts-delay, rs485-rx-during-tx, linux,rs485-enabled-at-boot-time: see rs485.txt |
---|
24 | 25 | - rs485-rts-active-high: drive RTS high when sending (default is low). |
---|
| 26 | +- clocks: phandle to the functional clock as per |
---|
| 27 | + Documentation/devicetree/bindings/clock/clock-bindings.txt |
---|
25 | 28 | |
---|
26 | 29 | Example: |
---|
27 | 30 | |
---|