Skip to content

Commit 81f0b60

Browse files
dts: arm: nxp: lpc55S1x: add MCAN devicetree node
Add devicetree node for the NXP LPC MCAN. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 7bf390c commit 81f0b60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dts/arm/nxp/nxp_lpc55S1x_common.dtsi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,25 @@
215215
status = "disabled";
216216
};
217217

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+
218237
hs_lspi: spi@9f000 {
219238
compatible = "nxp,lpc-spi";
220239
reg = <0x9f000 0x1000>;

0 commit comments

Comments
 (0)