We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a0d4f commit c6612c5Copy full SHA for c6612c5
1 file changed
fel-spiflash.c
@@ -154,6 +154,8 @@ static uint32_t spi_base(feldev_handle *dev)
154
case 0x1728: /* H6 */
155
case 0x1823: /* H616 */
156
return 0x05010000;
157
+ case 0x1859: /* D1/D1s/R528/T113-S3 */
158
+ return 0x04025000;
159
default:
160
return 0x01C68000;
161
}
@@ -207,6 +209,7 @@ static bool soc_is_h6_style(feldev_handle *dev)
207
209
case 0x1817: /* V831 */
208
210
211
212
213
return true;
214
215
return false;
0 commit comments