Skip to content

Commit

Permalink
raspberrypi5: Add new device type
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion authored and alexgg committed Sep 28, 2023
1 parent 518a1d4 commit 9ad56f6
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
33 changes: 33 additions & 0 deletions contracts/hw.device-type/raspberrypi5/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"slug": "raspberrypi5",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Raspberry Pi 5 (using 64bit OS)",
"assets": {
"logo": {
"url": "./raspberrypi5.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": false
},
"media": {
"defaultBoot": "sdcard",
"altBoot": ["usb_mass_storage", "network"]
},
"is_private": true
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
56 changes: 56 additions & 0 deletions contracts/hw.device-type/raspberrypi5/raspberrypi5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ad56f6

Please sign in to comment.