Skip to content

Commit

Permalink
[sw] update SVD dile
Browse files Browse the repository at this point in the history
* add SPI high-speed mode flag
* add XIP clock divider bits
  • Loading branch information
stnolting committed Nov 18, 2023
1 parent 4222dd7 commit d456177
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sw/svd/neorv32.svd
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,11 @@
<bitRange>[23:23]</bitRange>
<description>Enable burst mode (for XIP accesses)</description>
</field>
<field>
<name>XIP_CTRL_CDIV</name>
<bitRange>[24:27]</bitRange>
<description>SPI clock divider</description>
</field>
<field>
<name>XIP_CTRL_PHY_BUSY</name>
<bitRange>[30:30]</bitRange>
Expand Down Expand Up @@ -1054,6 +1059,11 @@
<bitRange>[13:10]</bitRange>
<description>SPI clock divider</description>
</field>
<field>
<name>SPI_CTRL_HIGHSPEED</name>
<bitRange>[14:14]</bitRange>
<description>SPI high-speed mode</description>
</field>
<field>
<name>SPI_CTRL_RX_AVAIL</name>
<bitRange>[16:16]</bitRange>
Expand Down

0 comments on commit d456177

Please sign in to comment.