Add Hardkernel ODROID-M1 (#89431)

* Add Hardkernel ODROID-M1

Add Hardkernel ODROID-M1 machine. ODROID-M1 is a Rockchip RK3568B2 SoC
based single board computer with 4xCortex-A55, NVMe support and up to
8GB of RAM.

* Update homeassistant/components/hardkernel/hardware.py

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Fix tests

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Stefan Agner 2023-03-09 14:18:19 +01:00 committed by GitHub
parent dcff2f37f7
commit f903c536fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 5 deletions

View file

@ -69,6 +69,7 @@ BOARD_MAP: Final[dict[str, str]] = {
"ASUS Tinkerboard": "tinker",
"ODROID C2": "odroid-c2",
"ODROID C4": "odroid-c4",
"ODROID M1": "odroid-m1",
"ODROID N2": "odroid-n2",
"ODROID XU4": "odroid-xu4",
"Generic AArch64": "generic-aarch64",
@ -97,6 +98,7 @@ VALID_IMAGES: Final = [
"generic-x86-64",
"intel-nuc",
"odroid-c2",
"odroid-m1",
"odroid-n2",
"odroid-xu",
"qemuarm-64",