diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-03-26 15:23:26 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:51:22 +0000 |
commit | 9623f7bb1cd2c69bf8cab22cdd9ad41a25c674dc (patch) | |
tree | 103ef03462ef5b2684166e9243dffb31987f2e34 /src/mainboard/system76/whl-u/variants/darp5/overridetree.cb | |
parent | 79542fa36f919647137737ce2cf2e30042e4fe53 (diff) |
mb/system76/whl-u: Add Darter Pro 5 variant
The darp5 has several GPIO differences to the galp3-c, which are already
accounted for in gpio.c.
Change-Id: I951e86e53e9c47b9f3038927f44e505d37200c26
Signed-off-by: Jeremy Soller <jeremy@system76.com>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51870
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/whl-u/variants/darp5/overridetree.cb')
-rw-r--r-- | src/mainboard/system76/whl-u/variants/darp5/overridetree.cb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb new file mode 100644 index 0000000000..4ae96ff09a --- /dev/null +++ b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb @@ -0,0 +1,15 @@ +chip soc/intel/cannonlake + device domain 0 on + subsystemid 0x1558 0x1325 inherit + device pci 15.0 on + chip drivers/i2c/hid + register "generic.hid" = ""PNP0C50"" + register "generic.desc" = ""Synaptics Touchpad"" + register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_C23_IRQ)" + register "generic.probed" = "1" + register "hid_desc_reg_offset" = "0x20" + device i2c 2c on end + end + end # I2C #0 + end +end |