Skip to content

Commit

Permalink
hw.device-type: Add imx8mm-lpddr4-evk device
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Oct 5, 2023
1 parent d68265e commit de0b450
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions contracts/hw.device-type/imx8mm-lpddr4-evk/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"slug": "imx8mm-lpddr4-evk",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "NXP i.MX8M Mini LPDDR4 EVK",
"assets": {
"logo": {
"url": "./generic-aarch64.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": ["Connect power to the {{name}}"],
"bootDevice": ["Remove and re-connect power to the {{name}}"]
}
}
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 de0b450

Please sign in to comment.