diff options
| author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2025-06-19 13:07:52 +1200 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-07-02 13:18:39 +0200 |
| commit | 1931e4ccb9dcfd1b45508ba59d20fa25175914a0 (patch) | |
| tree | 1511f3d41645b7e8bfcdafb99fdfeb0add085d36 /arch/mips | |
| parent | 971665c0af5d6ec50c1bf9e7927564f180f29c66 (diff) | |
| download | net-1931e4ccb9dcfd1b45508ba59d20fa25175914a0.tar.gz | |
mips: dts: realtek: Add switch interrupts
Add interrupts for the rtl9301-switch.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/boot/dts/realtek/rtl930x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/realtek/rtl930x.dtsi b/arch/mips/boot/dts/realtek/rtl930x.dtsi index 101bab72a95f43..74b30704f188b1 100644 --- a/arch/mips/boot/dts/realtek/rtl930x.dtsi +++ b/arch/mips/boot/dts/realtek/rtl930x.dtsi @@ -48,6 +48,10 @@ #address-cells = <1>; #size-cells = <1>; + interrupt-parent = <&intc>; + interrupts = <23>, <24>; + interrupt-names = "switch", "nic"; + reboot@c { compatible = "syscon-reboot"; reg = <0x0c 0x4>; |
