uboot_helper: RK3399: Add Radxa ROCK 4SE

Add Radxa ROCK 4SE which is officially supported by u-boot and
mainline kernel.
This commit is contained in:
Daniel Engberg 2025-07-19 11:03:51 +02:00 committed by Rudi Heitbaum
parent 7522fb2112
commit be0be0a00b

View File

@ -335,7 +335,11 @@ devices = \
'rock-4c-plus': {
'dtb': 'rk3399-rock-4c-plus.dtb',
'config': 'rock-4c-plus-rk3399_defconfig'
},
},
'rock-4se': {
'dtb': 'rk3399-rock-4se.dtb',
'config': 'rock-4se-rk3399_defconfig'
},
'rock-pi-n10': {
'dtb': 'rk3399pro-rock-pi-n10.dtb',
'config': 'rock-pi-n10-rk3399pro_defconfig'