Skip to content

dts: renesas: ra: remove all interrupts definition from SoC dtsi #87316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 26 additions & 3 deletions boards/renesas/ek_ra8d1/ek_ra8d1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
&sci9 {
pinctrl-0 = <&sci9_default>;
pinctrl-names = "default";
interrupts = <0 12>, <1 12>, <2 12>, <3 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart9: uart {
current-speed = <115200>;
Expand All @@ -210,6 +212,14 @@
&spi1 {
pinctrl-0 = <&spi1_default>;
pinctrl-names = "default";
interrupts = <4 12>, <5 12>, <6 12>, <7 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
};

&flash {
interrupts = <8 12>, <9 12>;
interrupt-names = "frdyi", "fiferr";
status = "okay";
};

Expand All @@ -228,17 +238,21 @@

&pwm7 {
pinctrl-0 = <&pwm7_default>;
interrupts = <40 1>, <41 1>;
interrupts = <10 12>, <11 12>;
interrupt-names = "gtioca", "overflow";
pinctrl-names = "default";
status = "okay";
};

&canfd_global {
interrupts = <12 12>, <13 12>;
interrupt-names = "rxf", "glerr";
status = "okay";
canfd0 {
pinctrl-0 = <&canfd0_default>;
pinctrl-names = "default";
interrupts = <14 12>, <15 12>, <16 12>;
interrupt-names = "err", "tx", "rx";
rx-max-filters = <16>;
status = "okay";
};
Expand All @@ -250,9 +264,12 @@
clock-frequency = <DT_FREQ_M(1)>;
pinctrl-0 = <&iic1_default>;
pinctrl-names = "default";
interrupts = <17 12>, <18 12>, <19 12>, <20 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
};

&eth {
interrupts = <21 0>;
local-mac-address = [74 90 50 B0 5D E9];
status = "okay";
phy-handle = <&phy>;
Expand All @@ -273,6 +290,8 @@
&usbhs {
pinctrl-0 = <&usbhs_default>;
pinctrl-names = "default";
interrupts = <22 12>;
interrupt-names = "usbhs-ir";
maximum-speed = "high-speed";
status = "okay";
zephyr_udc0: udc {
Expand All @@ -288,6 +307,8 @@
status = "okay";
pinctrl-0 = <&adc0_default>;
pinctrl-names = "default";
interrupts = <23 12>;
interrupt-names = "scanend";
};

&dac0 {
Expand All @@ -297,12 +318,12 @@
};

&port_irq12 {
interrupts = <88 12>;
interrupts = <24 12>;
status = "okay";
};

&port_irq13 {
interrupts = <89 12>;
interrupts = <25 12>;
status = "okay";
};

Expand Down Expand Up @@ -348,6 +369,8 @@ pmod_sd_shield: &sdhc1 {};
};

&ulpt0 {
interrupt-names = "ulpti";
interrupts = <26 1>;
status = "okay";

timer {
Expand Down
35 changes: 32 additions & 3 deletions boards/renesas/ek_ra8m1/ek_ra8m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@
&sci0 {
pinctrl-0 = <&sci0_default>;
pinctrl-names = "default";
interrupts = <0 12>, <1 12>, <2 12>, <3 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart0: uart {
current-speed = <115200>;
Expand All @@ -253,6 +255,8 @@
&sci2 {
pinctrl-0 = <&sci2_default>;
pinctrl-names = "default";
interrupts = <4 12>, <5 12>, <6 12>, <7 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart2: uart {
current-speed = <115200>;
Expand All @@ -263,6 +267,8 @@
&sci3 {
pinctrl-0 = <&sci3_default>;
pinctrl-names = "default";
interrupts = <8 12>, <9 12>, <10 12>, <11 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart3: uart {
current-speed = <115200>;
Expand All @@ -273,6 +279,8 @@
&sci9 {
pinctrl-0 = <&sci9_default>;
pinctrl-names = "default";
interrupts = <12 12>, <13 12>, <14 12>, <15 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart9: uart {
current-speed = <115200>;
Expand All @@ -288,12 +296,16 @@ mikrobus_serial: &uart3 {};
clock-frequency = <DT_FREQ_M(1)>;
pinctrl-0 = <&iic1_default>;
pinctrl-names = "default";
interrupts = <16 12>, <17 12>, <18 1>, <19 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
};

&adc0 {
status = "okay";
pinctrl-0 = <&adc0_default>;
pinctrl-names = "default";
interrupts = <20 12>;
interrupt-names = "scanend";
average-count = <4>;
};

Expand All @@ -310,17 +322,25 @@ mikrobus_serial: &uart3 {};
&spi1 {
pinctrl-0 = <&spi1_default>;
pinctrl-names = "default";
interrupts = <21 12>, <22 12>, <23 12>, <24 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
};

&pwm7 {
pinctrl-0 = <&pwm7_default>;
interrupts = <40 1>, <41 1>;
interrupts = <25 12>, <26 12>;
interrupt-names = "gtioca", "overflow";
pinctrl-names = "default";
status = "okay";
};

&flash {
interrupts = <27 1>, <28 1>;
interrupt-names = "frdyi", "fiferr";
status = "okay";
};

&flash1 {
partitions {
compatible = "fixed-partitions";
Expand All @@ -335,10 +355,14 @@ mikrobus_serial: &uart3 {};
};

&canfd_global {
interrupts = <29 1>, <30 1>;
interrupt-names = "rxf", "glerr";
status = "okay";
canfd0 {
pinctrl-0 = <&canfd0_default>;
pinctrl-names = "default";
interrupts = <31 12>, <32 12>, <33 12>;
interrupt-names = "err", "tx", "rx";
phys = <&transceiver0>;
rx-max-filters = <16>;
status = "okay";
Expand All @@ -352,6 +376,7 @@ pmod_serial: &pmod1_serial {};
pmod_header: &pmod1_header {};

&eth {
interrupts = <34 0>;
local-mac-address = [74 90 50 B0 6D 5A];
status = "okay";
phy-handle = <&phy>;
Expand All @@ -372,6 +397,8 @@ pmod_header: &pmod1_header {};
&usbhs {
pinctrl-0 = <&usbhs_default>;
pinctrl-names = "default";
interrupts = <35 12>;
interrupt-names = "usbhs-ir";
maximum-speed = "high-speed";
status = "okay";
zephyr_udc0: udc {
Expand All @@ -384,12 +411,12 @@ pmod_header: &pmod1_header {};
};

&port_irq12 {
interrupts = <88 12>;
interrupts = <36 12>;
status = "okay";
};

&port_irq13 {
interrupts = <89 12>;
interrupts = <37 12>;
status = "okay";
};

Expand All @@ -406,6 +433,8 @@ pmod_sd_shield: &sdhc0 {};
};

&ulpt0 {
interrupt-names = "ulpti";
interrupts = <38 1>;
status = "okay";

timer {
Expand Down
27 changes: 26 additions & 1 deletion boards/renesas/mck_ra8t1/mck_ra8t1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
&sci3 {
pinctrl-0 = <&sci3_default>;
pinctrl-names = "default";
interrupts = <0 12>, <1 12>, <2 12>, <3 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
uart3: uart {
current-speed = <115200>;
Expand All @@ -137,6 +139,14 @@
&spi0 {
pinctrl-0 = <&spi0_default>;
pinctrl-names = "default";
interrupts = <4 12>, <5 12>, <6 12>, <7 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
status = "okay";
};

&flash {
interrupts = <8 1>, <9 1>;
interrupt-names = "frdyi", "fiferr";
status = "okay";
};

Expand All @@ -155,17 +165,21 @@

&pwm2 {
pinctrl-0 = <&pwm2_default>;
interrupts = <40 1>, <41 1>;
interrupts = <10 12>, <11 12>;
interrupt-names = "gtioca", "overflow";
pinctrl-names = "default";
status = "okay";
};

&canfd_global {
interrupts = <12 12>, <13 12>;
interrupt-names = "rxf", "glerr";
status = "okay";
canfd1 {
pinctrl-0 = <&canfd1_default>;
pinctrl-names = "default";
interrupts = <14 12>, <15 12>, <16 12>;
interrupt-names = "err", "tx", "rx";
rx-max-filters = <16>;
status = "okay";
};
Expand All @@ -177,9 +191,12 @@
clock-frequency = <DT_FREQ_M(1)>;
pinctrl-0 = <&iic1_default>;
pinctrl-names = "default";
interrupts = <17 12>, <18 12>, <19 12>, <20 12>;
interrupt-names = "rxi", "txi", "tei", "eri";
};

&eth {
interrupts = <21 0>;
local-mac-address = [74 90 50 6D 81 75];
status = "okay";
phy-handle = <&phy>;
Expand All @@ -201,6 +218,8 @@
status = "okay";
pinctrl-0 = <&adc0_default>;
pinctrl-names = "default";
interrupts = <22 12>;
interrupt-names = "scanend";
average-count = <4>;
};

Expand All @@ -213,6 +232,8 @@
&sdhc0 {
compatible = "renesas,ra-sdhc";
pinctrl-0 = <&sdhc0_default>;
interrupt-names = "accs", "card", "dma-req";
interrupts = <23 12>, <24 12>, <25 12>;
enable-gpios = <&ioport3 11 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
status = "okay";
Expand All @@ -226,6 +247,8 @@
&usbfs {
pinctrl-0 = <&usbfs_default>;
pinctrl-names = "default";
interrupts = <26 12>, <27 12>;
interrupt-names = "usbfs-i", "usbfs-r";
maximum-speed = "full-speed";
status = "okay";
zephyr_udc0: udc {
Expand All @@ -238,6 +261,8 @@
};

&ulpt0 {
interrupt-names = "ulpti";
interrupts = <28 1>;
status = "okay";

timer {
Expand Down
6 changes: 0 additions & 6 deletions dts/arm/renesas/ra/ra8/r7fa8d1xh.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
compatible = "renesas,ra-glcdc";
reg = <0x40342000 0x1454>;
clocks = <&lcdclk MSTPC 4>;
interrupts = <71 1>;
interrupt-names = "line";
status = "disabled";
};

Expand All @@ -31,8 +29,6 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40346000 0x2000>;
interrupts = <72 12>, <73 12>, <74 12>, <75 12>, <76 12>, <77 12>;
interrupt-names = "sq0", "sq1", "vm", "rcv", "ferr", "ppi";
clocks = <&lcdclk MSTPC 10>;
status = "disabled";
};
Expand Down Expand Up @@ -283,8 +279,6 @@
usbhs: usbhs@40351000 {
compatible = "renesas,ra-usbhs";
reg = <0x40351000 0x2000>;
interrupts = <54 12>;
interrupt-names = "usbhs-ir";
num-bidir-endpoints = <10>;
phys = <&usbhs_phy>;
phys-clock = <&uclk>, <&u60clk>;
Expand Down
2 changes: 0 additions & 2 deletions dts/arm/renesas/ra/ra8/r7fa8m1xh.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,6 @@
usbhs: usbhs@40351000 {
compatible = "renesas,ra-usbhs";
reg = <0x40351000 0x2000>;
interrupts = <54 12>;
interrupt-names = "usbhs-ir";
num-bidir-endpoints = <10>;
phys = <&usbhs_phy>;
phys-clock = <&uclk>, <&u60clk>;
Expand Down
Loading
Loading