soc: nxp: k6x: Add CAN support
This commit adds CAN support for Kinetis K6x family. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
This commit is contained in:
parent
f5b227641c
commit
14e31ba419
4 changed files with 27 additions and 0 deletions
|
@ -433,6 +433,23 @@
|
|||
interrupts = <23 0>;
|
||||
label = "RNGA";
|
||||
};
|
||||
|
||||
can0: can@40024000 {
|
||||
compatible = "nxp,kinetis-flexcan";
|
||||
reg = <0x40024000 0x1000>;
|
||||
interrupts = <75 0>, <76 0>, <77 0>, <78 0>, <79 0>, <80 0>;
|
||||
interrupt-names = "mb-0-15", "bus-off", "error", "tx-warning", "rx-warning", "wake-up";
|
||||
clocks = <&sim KINETIS_SIM_BUS_CLK 0x103C 4>;
|
||||
clk-source = <1>;
|
||||
label = "CAN_0";
|
||||
sjw = <1>;
|
||||
prop-seg = <1>;
|
||||
phase-seg1 = <3>;
|
||||
phase-seg2 = <2>;
|
||||
status = "disabled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue