diff options
| author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-06 11:50:22 -0800 |
|---|---|---|
| committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-06 11:50:22 -0800 |
| commit | f7a18d3711b3bb04b7ed8294a0e47599ac15cf45 (patch) | |
| tree | ea9970c6b523f98a8c020498faa2abb611427d8d /bsp/coreip-e24-arty/design.dts | |
| parent | 6da8dd4d586812659ed22fa56f966f28d5958f49 (diff) | |
Update/add E20, E21, E24 arty targets for all 19.2 CoreIPs release
Diffstat (limited to 'bsp/coreip-e24-arty/design.dts')
| -rw-r--r-- | bsp/coreip-e24-arty/design.dts | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bsp/coreip-e24-arty/design.dts b/bsp/coreip-e24-arty/design.dts index 9699fae..dd35d75 100644 --- a/bsp/coreip-e24-arty/design.dts +++ b/bsp/coreip-e24-arty/design.dts @@ -74,7 +74,7 @@ interrupts-extended = <&L3 3 &L3 7 &L3 11>; reg = <0x2000000 0x1000000>; reg-names = "control"; - sifive,numints = <169>; + sifive,numints = <153>; sifive,numlevels = <16>; sifive,numintbits = <4>; }; @@ -139,52 +139,52 @@ compatible = "sifive,gpio-buttons"; label = "BTN0"; gpios = <&L5 4>; - interrupts-extended = <&L13 9>; + interrupts-extended = <&L13 20>; linux,code = "none"; }; button@1 { compatible = "sifive,gpio-buttons"; label = "BTN1"; gpios = <&L5 5>; - interrupts-extended = <&L13 10>; + interrupts-extended = <&L13 21>; linux,code = "none"; }; button@2 { compatible = "sifive,gpio-buttons"; label = "BTN2"; gpios = <&L5 6>; - interrupts-extended = <&L13 11>; + interrupts-extended = <&L13 22>; linux,code = "none"; }; button@3 { compatible = "sifive,gpio-buttons"; label = "BTN3"; gpios = <&L5 7>; - interrupts-extended = <&L13 12>; + interrupts-extended = <&L13 23>; linux,code = "none"; }; switch@0 { compatible = "sifive,gpio-switches"; label = "SW0"; - interrupts-extended = <&L12 0>; + interrupts-extended = <&L13 16>; linux,code = "none"; }; switch@1 { compatible = "sifive,gpio-switches"; label = "SW1"; - interrupts-extended = <&L12 1>; + interrupts-extended = <&L13 17>; linux,code = "none"; }; switch@2 { compatible = "sifive,gpio-switches"; label = "SW2"; - interrupts-extended = <&L12 2>; + interrupts-extended = <&L13 18>; linux,code = "none"; }; switch@3 { compatible = "sifive,gpio-switches"; label = "SW3"; - interrupts-extended = <&L13 8>; + interrupts-extended = <&L13 19>; linux,code = "none"; }; L9: teststatus@4000 { |
