blob: b4e9c8f72865698af346df0f4dda95507a576dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
OMAP UART controller
Required properties:
- compatible : should be "ti,omap2-uart" for OMAP2 controllers
- compatible : should be "ti,omap3-uart" for OMAP3 controllers
- compatible : should be "ti,omap4-uart" for OMAP4 controllers
- ti,hwmods : Must be "uart<n>", n being the instance number (1-based)
Optional properties:
- clock-frequency : frequency of the clock input to the UART
- flags : an integer specifying the UPF flags of the uart port
- ti,no-pm-qos: empty property that disables PM QoS for the UART
|