Private
Public Access
2
0

json: Removed tabs and tidied up Turbot JSON formatting

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:
Henry Bruce
2016-11-10 16:55:26 -08:00
committed by Brendan Le Foll
parent d043faf687
commit 61d20c7266

View File

@@ -1,7 +1,8 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"platform":[ "platform": [
{ "id":300, {
"id":300,
"name":"Turbot", "name":"Turbot",
"pin_count": 28, "pin_count": 28,
"gpio_count": 28, "gpio_count": 28,
@@ -14,7 +15,7 @@
"pwmMinPeriod":1 "pwmMinPeriod":1
} }
], ],
"layout":[ "layout": [
{"label": "INVALID", "invalid": true}, {"label": "INVALID", "invalid": true},
{"label": "GND"}, {"label": "GND"},
{"label": "GND"}, {"label": "GND"},
@@ -44,7 +45,7 @@
{"label": "I2S_MCLK"}, {"label": "I2S_MCLK"},
{"label": "S5_22"} {"label": "S5_22"}
], ],
"GPIO":[ "GPIO": [
{ "index": 10, "rawpin": 483 }, { "index": 10, "rawpin": 483 },
{ "index": 12, "rawpin": 482 }, { "index": 12, "rawpin": 482 },
{ "index": 14, "rawpin": 472 }, { "index": 14, "rawpin": 472 },
@@ -67,7 +68,7 @@
"SPI": [ "SPI": [
{ "index":0, "chipID": 0, "clock": 11, "miso": 7, "mosi": 9, "chipselect": 5, "default": true} { "index":0, "chipID": 0, "clock": 11, "miso": 7, "mosi": 9, "chipselect": 5, "default": true}
], ],
"UART":[ "UART": [
{ "index":0, "chipID":0, "rawpin":0, "path":"/dev/ttyS0", "default":true} { "index":0, "chipID":0, "rawpin":0, "path":"/dev/ttyS0", "default":true}
] ]
} }