NXP (iMX8): add support for Coral Edge TPU Development Board

This commit is contained in:
heitbaum
2021-11-10 20:59:07 +11:00
committed by Rudi Heitbaum
parent ae9ac72fa6
commit fa6e7ee5b7
7 changed files with 482 additions and 119 deletions

View File

@@ -258,6 +258,10 @@ devices = \
'dtb' : 'imx8mq-evk.dtb',
'config' : 'imx8mq_evk_defconfig'
},
'phanbell' : {
'dtb' : 'imx8mq-phanbell.dtb',
'config' : 'imx8mq_phanbell_defconfig'
},
'pico-mq' : {
'dtb' : 'imx8mq-pico-pi.dtb',
'config' : 'pico-imx8mq_defconfig'