hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/Documentation/devicetree/bindings/serial/omap_serial.txt
....@@ -1,6 +1,7 @@
11 OMAP UART controller
22
33 Required properties:
4
+- compatible : should be "ti,j721e-uart", "ti,am654-uart" for J721E controllers
45 - compatible : should be "ti,am654-uart" for AM654 controllers
56 - compatible : should be "ti,omap2-uart" for OMAP2 controllers
67 - compatible : should be "ti,omap3-uart" for OMAP3 controllers
....@@ -22,6 +23,8 @@
2223 - dma-names : "rx" for receive channel, "tx" for transmit channel.
2324 - rs485-rts-delay, rs485-rx-during-tx, linux,rs485-enabled-at-boot-time: see rs485.txt
2425 - 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
2528
2629 Example:
2730