mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-18 13:31:45 -04:00
arm64: dts: renesas: r9a09g087: Add CANFD node
Add support for the CANFD controller on the Renesas RZ/N2H Soc. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20251224175204.3400062-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
committed by
Geert Uytterhoeven
parent
ff108a26c9
commit
3fcf1e255e
@@ -260,6 +260,37 @@ rspi3: spi@81007000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
canfd: can@80040000 {
|
||||
compatible = "renesas,r9a09g087-canfd", "renesas,r9a09g077-canfd";
|
||||
reg = <0 0x80040000 0 0x20000>;
|
||||
interrupts = <GIC_SPI 633 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 632 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 627 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 628 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 626 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 630 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 631 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 629 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "g_err", "g_recc",
|
||||
"ch0_err", "ch0_rec", "ch0_trx",
|
||||
"ch1_err", "ch1_rec", "ch1_trx";
|
||||
clocks = <&cpg CPG_MOD 310>,
|
||||
<&cpg CPG_CORE R9A09G087_CLK_PCLKH>,
|
||||
<&cpg CPG_CORE R9A09G087_PCLKCAN>;
|
||||
clock-names = "fck", "ram_clk", "can_clk";
|
||||
assigned-clocks = <&cpg CPG_CORE R9A09G087_PCLKCAN>;
|
||||
assigned-clock-rates = <80000000>;
|
||||
power-domains = <&cpg>;
|
||||
status = "disabled";
|
||||
|
||||
channel0 {
|
||||
status = "disabled";
|
||||
};
|
||||
channel1 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
wdt0: watchdog@80082000 {
|
||||
compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
|
||||
reg = <0 0x80082000 0 0x400>,
|
||||
|
||||
Reference in New Issue
Block a user