json: Initial config file for Intel Aero platform (i2c and spi only)
Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
9de294b389
commit
a63ad7e10d
26
examples/platform/intel-aero.json
Normal file
26
examples/platform/intel-aero.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "0.1.0",
|
||||||
|
"platform":[
|
||||||
|
{
|
||||||
|
"id":301,
|
||||||
|
"name":"Intel Aero",
|
||||||
|
"pin_count": 0,
|
||||||
|
"gpio_count": 0,
|
||||||
|
"i2c_count": 1,
|
||||||
|
"aio_count": 0,
|
||||||
|
"spi_count": 1,
|
||||||
|
"uart_count": 0,
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"layout":[
|
||||||
|
],
|
||||||
|
"GPIO":[
|
||||||
|
],
|
||||||
|
"I2C": [
|
||||||
|
{ "index": 0, "bus" : 2, "default":true }
|
||||||
|
],
|
||||||
|
"SPI": [
|
||||||
|
{ "index":0, "bus": 3, "slaveselect": 0, "default": true}
|
||||||
|
],
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user