mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use correct GPIO interrupt lines.
This commit is contained in:
parent
296aaa6046
commit
3f67e83a60
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@
|
|||
0x4804C000 0x1000
|
||||
0x481AC000 0x1000
|
||||
0x481AE000 0x1000 >;
|
||||
interrupts = < 17 19 21 23 >;
|
||||
interrupts = < 96 97 98 99 32 33 62 63 >;
|
||||
interrupt-parent = <&AINTC>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue