Skip to content

Commit

Permalink
[fix temp]: hack irq
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <rabenda.cn@gmail.com>
  • Loading branch information
RevySR committed Feb 26, 2024
1 parent a1f194d commit 02b2d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/riscv/boot/dts/canaan/k230.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
compatible = "kendryte,k230-dw-mshc";
reg = <0x0 0x91581000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <144 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <199 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "sdhci1irq";
clocks = <&dummy_sd>,<&dummy_sd>;
clock-names = "core", "bus";
Expand Down Expand Up @@ -344,7 +344,7 @@
compatible = "kendryte,k230-otg";
reg = <0x0 0x91500000 0x0 0x10000>;
interrupt-parent = <&intc>;
interrupts = <173 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <197 IRQ_TYPE_LEVEL_HIGH>;
g-rx-fifo-size = <512>;
g-np-tx-fifo-size = <64>;
g-tx-fifo-size = <512 1024 64 64 64 64>;
Expand All @@ -357,7 +357,7 @@
compatible = "kendryte,k230-otg";
reg = <0x0 0x91540000 0x0 0x10000>;
interrupt-parent = <&intc>;
interrupts = <174 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <198 IRQ_TYPE_LEVEL_HIGH>;
g-rx-fifo-size = <512>;
g-np-tx-fifo-size = <64>;
g-tx-fifo-size = <512 1024 64 64 64 64>;
Expand Down

0 comments on commit 02b2d41

Please sign in to comment.