data: add PinePhone Pro config

The PinePhone Pro uses the same EG25 modem as the OG PinePhone, but with
a different SoC. It also uses an ALC5616 audio codec directly hooked up
to the modem (which is I2S master in this case).

The config is therefore almost identical to the PinePhone rev1.2 except
for the gpios, UART port used and `AT+QDAI` config (to account for the
different audio setup).
This commit is contained in:
Arnaud Ferraris
2021-11-24 01:18:21 +01:00
parent abf60b793a
commit b21c4b0fa4
3 changed files with 106 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ conf_files = [
'pine64,pinephone-1.0.toml',
'pine64,pinephone-1.1.toml',
'pine64,pinephone-1.2.toml',
'pine64,pinephone-pro.toml',
]
install_data(conf_files)