|
10 | 10 | #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
|
11 | 11 | #include <zephyr/dt-bindings/pinctrl/ti-k3-pinctrl.h>
|
12 | 12 | #include <zephyr/dt-bindings/gpio/gpio.h>
|
| 13 | +#include <ti/k3-am62-main.dtsi> |
13 | 14 |
|
14 | 15 | / {
|
15 | 16 | #address-cells = <1>;
|
|
65 | 66 | status = "okay";
|
66 | 67 | };
|
67 | 68 |
|
68 |
| - uart0: serial@2800000 { |
69 |
| - compatible = "ns16550"; |
70 |
| - reg = <0x02800000 0x100>; |
71 |
| - interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
72 |
| - interrupt-parent = <&gic>; |
73 |
| - clock-frequency = <48000000>; |
74 |
| - current-speed = <115200>; |
75 |
| - reg-shift = <2>; |
76 |
| - status = "disabled"; |
77 |
| - }; |
78 |
| - |
79 |
| - uart1: serial@2810000 { |
80 |
| - compatible = "ns16550"; |
81 |
| - reg = <0x02810000 0x100>; |
82 |
| - interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
83 |
| - interrupt-parent = <&gic>; |
84 |
| - clock-frequency = <48000000>; |
85 |
| - current-speed = <115200>; |
86 |
| - reg-shift = <2>; |
87 |
| - status = "disabled"; |
88 |
| - }; |
89 |
| - |
90 |
| - uart2: serial@2820000 { |
91 |
| - compatible = "ns16550"; |
92 |
| - reg = <0x02820000 0x100>; |
93 |
| - interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
94 |
| - interrupt-parent = <&gic>; |
95 |
| - clock-frequency = <48000000>; |
96 |
| - current-speed = <115200>; |
97 |
| - reg-shift = <2>; |
98 |
| - status = "disabled"; |
99 |
| - }; |
100 |
| - |
101 |
| - uart3: serial@2830000 { |
102 |
| - compatible = "ns16550"; |
103 |
| - reg = <0x02830000 0x100>; |
104 |
| - interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
105 |
| - interrupt-parent = <&gic>; |
106 |
| - clock-frequency = <48000000>; |
107 |
| - current-speed = <115200>; |
108 |
| - reg-shift = <2>; |
109 |
| - status = "disabled"; |
110 |
| - }; |
111 |
| - |
112 |
| - uart4: serial@2840000 { |
113 |
| - compatible = "ns16550"; |
114 |
| - reg = <0x02840000 0x100>; |
115 |
| - interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
116 |
| - interrupt-parent = <&gic>; |
117 |
| - clock-frequency = <48000000>; |
118 |
| - current-speed = <115200>; |
119 |
| - reg-shift = <2>; |
120 |
| - status = "disabled"; |
121 |
| - }; |
122 |
| - |
123 |
| - uart5: serial@2850000 { |
124 |
| - compatible = "ns16550"; |
125 |
| - reg = <0x02850000 0x100>; |
126 |
| - interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
127 |
| - interrupt-parent = <&gic>; |
128 |
| - clock-frequency = <48000000>; |
129 |
| - current-speed = <115200>; |
130 |
| - reg-shift = <2>; |
131 |
| - status = "disabled"; |
132 |
| - }; |
133 |
| - |
134 |
| - uart6: serial@2860000 { |
135 |
| - compatible = "ns16550"; |
136 |
| - reg = <0x02860000 0x100>; |
137 |
| - interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
138 |
| - interrupt-parent = <&gic>; |
139 |
| - clock-frequency = <48000000>; |
140 |
| - current-speed = <115200>; |
141 |
| - reg-shift = <2>; |
142 |
| - status = "disabled"; |
143 |
| - }; |
144 |
| - |
145 | 69 | mbox0: mailbox0@29000000 {
|
146 | 70 | compatible = "ti,omap-mailbox";
|
147 | 71 | reg = <0x29000000 0x200>;
|
|
215 | 139 | status = "disabled";
|
216 | 140 | };
|
217 | 141 | };
|
| 142 | + |
| 143 | +&main_uart0 { |
| 144 | + interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 145 | + interrupt-parent = <&gic>; |
| 146 | +}; |
| 147 | + |
| 148 | +&main_uart1 { |
| 149 | + interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 150 | + interrupt-parent = <&gic>; |
| 151 | +}; |
| 152 | + |
| 153 | +&main_uart2 { |
| 154 | + interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 155 | + interrupt-parent = <&gic>; |
| 156 | +}; |
| 157 | + |
| 158 | +&main_uart3 { |
| 159 | + interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 160 | + interrupt-parent = <&gic>; |
| 161 | +}; |
| 162 | + |
| 163 | +&main_uart4 { |
| 164 | + interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 165 | + interrupt-parent = <&gic>; |
| 166 | +}; |
| 167 | + |
| 168 | +&main_uart5 { |
| 169 | + interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 170 | + interrupt-parent = <&gic>; |
| 171 | +}; |
| 172 | + |
| 173 | +&main_uart6 { |
| 174 | + interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 175 | + interrupt-parent = <&gic>; |
| 176 | +}; |
0 commit comments