hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt
....@@ -12,6 +12,8 @@
1212 - reg: I2C address of the SC16IS7xx device.
1313 - interrupts: Should contain the UART interrupt
1414 - clocks: Reference to the IC source clock.
15
+ OR (when there is no clock provider visible to the platform)
16
+- clock-frequency: The source clock frequency for the IC.
1517
1618 Optional properties:
1719 - gpio-controller: Marks the device node as a GPIO controller.
....@@ -19,6 +21,8 @@
1921 the second cell is used to specify the GPIO polarity:
2022 0 = active high,
2123 1 = active low.
24
+- irda-mode-ports: An array that lists the indices of the port that
25
+ should operate in IrDA mode.
2226
2327 Example:
2428 sc16is750: sc16is750@51 {
....@@ -53,6 +57,8 @@
5357 the second cell is used to specify the GPIO polarity:
5458 0 = active high,
5559 1 = active low.
60
+- irda-mode-ports: An array that lists the indices of the port that
61
+ should operate in IrDA mode.
5662
5763 Example:
5864 sc16is750: sc16is750@0 {