Commit a059ee79 authored by Damien Riegel's avatar Damien Riegel Committed by Shawn Guo

ARM: dts: TS-4800: add CAN support

This enables support for the CAN controller located in the FPGA.
Signed-off-by: default avatarDamien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d6535e6a
......@@ -176,6 +176,16 @@ fpga_irqc: fpga-irqc@15000 {
interrupt-controller;
#interrupt-cells = <1>;
};
can@1a000 {
compatible = "technologic,sja1000";
reg = <0x1a000 0x100>;
interrupt-parent = <&fpga_irqc>;
interrupts = <1>;
reg-io-width = <2>;
nxp,tx-output-config = <0x06>;
nxp,external-clock-frequency = <24000000>;
};
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment