We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf390c commit 81f0b60Copy full SHA for 81f0b60
dts/arm/nxp/nxp_lpc55S1x_common.dtsi
@@ -215,6 +215,25 @@
215
status = "disabled";
216
};
217
218
+ can0: can@9d000 {
219
+ compatible = "nxp,lpc-mcan";
220
+ reg = <0x9d000 0x1000>;
221
+ interrupts = <43 0>, <44 0>;
222
+ clocks = <&syscon MCUX_MCAN_CLK>;
223
+ label = "CAN_0";
224
+ std-filter-elements = <128>;
225
+ ext-filter-elements = <64>;
226
+ rx-fifo0-elements = <64>;
227
+ rx-fifo1-elements = <64>;
228
+ rx-buffer-elements = <64>;
229
+ tx-buffer-elements = <32>;
230
+ sjw = <1>;
231
+ sample-point = <875>;
232
+ sjw-data = <1>;
233
+ sample-point-data = <875>;
234
+ status = "disabled";
235
+ };
236
+
237
hs_lspi: spi@9f000 {
238
compatible = "nxp,lpc-spi";
239
reg = <0x9f000 0x1000>;
0 commit comments