brya: add Brya faft config
Initial faft config based on volteer.json.
BUG=b:184280372,b:187984407
TEST=running FAFT
Change-Id: Ibd26d388a19b7b3cf9545d7554b325f8470deede
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/fw-testing-configs/+/2873139
Reviewed-by: Boris Mittelberg <bmbm@google.com>
Commit-Queue: Boris Mittelberg <bmbm@google.com>
Tested-by: Boris Mittelberg <bmbm@google.com>
diff --git a/CONSOLIDATED.json b/CONSOLIDATED.json
index 994e330..cb60d28 100644
--- a/CONSOLIDATED.json
+++ b/CONSOLIDATED.json
@@ -224,6 +224,35 @@
"powerup_ready": 15,
"usb_a_port_count": -1
},
+ "brya": {
+ "platform": "brya",
+ "mode_switcher_type": "menu_switcher",
+ "intel_cse_lite": true,
+ "chrome_ec": true,
+ "ec_capability": [
+ "battery",
+ "cbi",
+ "charging",
+ "keyboard",
+ "lid",
+ "x86",
+ "usb"
+ ],
+ "keypress_delay": 20,
+ "firmware_screen": 30,
+ "spi_voltage": "pp3300",
+ "custom_usb_enable_pins": [
+ {
+ "name": "EN_PP5000_USBA_R",
+ "ioex": false
+ }
+ ],
+ "dark_resume_capable": true,
+ "smm_store": false,
+ "hold_pwr_button_nopowerd_shutdown": 14,
+ "hold_pwr_button_poweron": 3,
+ "max_charging_power": 65.0
+ },
"buddy": {
"platform": "buddy",
"parent": "auron",
diff --git a/brya.json b/brya.json
new file mode 100644
index 0000000..f7ab2d2
--- /dev/null
+++ b/brya.json
@@ -0,0 +1,29 @@
+{
+ "platform": "brya",
+ "mode_switcher_type": "menu_switcher",
+ "intel_cse_lite": true,
+ "chrome_ec": true,
+ "ec_capability": [
+ "battery",
+ "cbi",
+ "charging",
+ "keyboard",
+ "lid",
+ "x86",
+ "usb"
+ ],
+ "keypress_delay": 20,
+ "firmware_screen": 30,
+ "spi_voltage": "pp3300",
+ "custom_usb_enable_pins": [
+ {
+ "name": "EN_PP5000_USBA_R",
+ "ioex": false
+ }
+ ],
+ "dark_resume_capable": true,
+ "smm_store": false,
+ "hold_pwr_button_nopowerd_shutdown": 14,
+ "hold_pwr_button_poweron": 3,
+ "max_charging_power": 65.0
+}