hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/serial/lantiq_asc.txt
....@@ -6,8 +6,23 @@
66 - interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier
77 depends on the interrupt-parent interrupt controller.
88
9
+Optional properties:
10
+- clocks: Should contain frequency clock and gate clock
11
+- clock-names: Should be "freq" and "asc"
12
+
913 Example:
1014
15
+asc0: serial@16600000 {
16
+ compatible = "lantiq,asc";
17
+ reg = <0x16600000 0x100000>;
18
+ interrupt-parent = <&gic>;
19
+ interrupts = <GIC_SHARED 103 IRQ_TYPE_LEVEL_HIGH>,
20
+ <GIC_SHARED 105 IRQ_TYPE_LEVEL_HIGH>,
21
+ <GIC_SHARED 106 IRQ_TYPE_LEVEL_HIGH>;
22
+ clocks = <&cgu CLK_SSX4>, <&cgu GCLK_UART>;
23
+ clock-names = "freq", "asc";
24
+};
25
+
1126 asc1: serial@e100c00 {
1227 compatible = "lantiq,asc";
1328 reg = <0xE100C00 0x400>;