File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1189,7 +1189,9 @@ static const IbexDeviceDef ot_dj_soc_devices[] = {
1189
1189
IBEX_DEV_UINT_PROP ("product_id" , 0x4000u ),
1190
1190
IBEX_DEV_UINT_PROP ("revision_id" , 0x1u ),
1191
1191
IBEX_DEV_BOOL_PROP ("volatile_raw_unlock" , true),
1192
- IBEX_DEV_UINT_PROP ("kmac-app" , 1u )
1192
+ IBEX_DEV_UINT_PROP ("kmac-app" , 1u ),
1193
+ IBEX_DEV_STRING_PROP ("raw_unlock_token" ,
1194
+ "ea2b3f32cbe77554e43c8ea7ebf197c2" )
1193
1195
)
1194
1196
},
1195
1197
[OT_DJ_SOC_DEV_ALERT_HANDLER ] = {
Original file line number Diff line number Diff line change @@ -579,7 +579,9 @@ static const IbexDeviceDef ot_eg_soc_devices[] = {
579
579
IBEX_DEV_UINT_PROP ("product_id" , 0x0002u ),
580
580
IBEX_DEV_UINT_PROP ("revision_id" , 0x1u ),
581
581
IBEX_DEV_BOOL_PROP ("volatile_raw_unlock" , true),
582
- IBEX_DEV_UINT_PROP ("kmac-app" , 1u )
582
+ IBEX_DEV_UINT_PROP ("kmac-app" , 1u ),
583
+ IBEX_DEV_STRING_PROP ("raw_unlock_token" ,
584
+ "ea2b3f32cbe77554e43c8ea7ebf197c2" )
583
585
)
584
586
},
585
587
[OT_EG_SOC_DEV_ALERT_HANDLER ] = {
You can’t perform that action at this time.
0 commit comments