Skip to content

Commit 835f8e2

Browse files
committed
T113S: SPI0 base and SPI style
1 parent 5a2c7d1 commit 835f8e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fel-spiflash.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ static uint32_t spi_base(feldev_handle *dev)
154154
case 0x1728: /* H6 */
155155
case 0x1823: /* H616 */
156156
return 0x05010000;
157+
case 0x1859: /* D1/D1s/R528/T113-S3 */
158+
return 0x04025000;
157159
default:
158160
return 0x01C68000;
159161
}
@@ -207,6 +209,7 @@ static bool soc_is_h6_style(feldev_handle *dev)
207209
case 0x1817: /* V831 */
208210
case 0x1728: /* H6 */
209211
case 0x1823: /* H616 */
212+
case 0x1859: /* D1/D1s/R528/T113-S3 */
210213
return true;
211214
default:
212215
return false;

0 commit comments

Comments
 (0)