From 68790a8618f57524be7ea70b7502d65917de91ad Mon Sep 17 00:00:00 2001 From: crichardson Date: Wed, 4 Oct 2023 11:35:24 +0100 Subject: [PATCH] hw.device-type: Add bluechiptechnology-tm3 Change-type: patch Signed-off-by: Chris Richardson --- .../Blue-Chip-Technology.svg | 112 ++++++++++++++++++ .../bluechiptechnology-tm3/contract.json | 28 +++++ 2 files changed, 140 insertions(+) create mode 100644 contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg create mode 100644 contracts/hw.device-type/bluechiptechnology-tm3/contract.json diff --git a/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg b/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg new file mode 100644 index 00000000..6be4079d --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-tm3/Blue-Chip-Technology.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + diff --git a/contracts/hw.device-type/bluechiptechnology-tm3/contract.json b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json new file mode 100644 index 00000000..7b0eaed6 --- /dev/null +++ b/contracts/hw.device-type/bluechiptechnology-tm3/contract.json @@ -0,0 +1,28 @@ +{ + "slug": "bluechiptechnology-tm3", + "version": "1", + "type": "hw.device-type", + "aliases": [], + "name": "Blue Chip Technology TM3", + "assets": { + "logo": { + "url": "./Blue-Chip-Technology.svg", + "name": "logo" + } + }, + "data": { + "arch": "aarch64", + "hdmi": true, + "connectivity": { + "wifi": true + }, + "storage": { + "internal": true + }, + "media": { + "defaultBoot": "sdcard", + "altBoot": ["internal"] + }, + "is_private": false + } +}