diff options
-rw-r--r-- | src/mainboard/google/brya/variants/marasov/overridetree.cb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index cb7733580d..70787c611b 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -184,6 +184,13 @@ chip soc/intel/alderlake device spi 0 on end end # FPMCU end + device ref pch_espi on + chip ec/google/chromeec + use conn0 as mux_conn[0] + use conn1 as mux_conn[1] + device pnp 0c09.0 on end + end + end device ref pmc hidden chip drivers/intel/pmc_mux device generic 0 on @@ -195,7 +202,7 @@ chip soc/intel/alderlake chip drivers/intel/pmc_mux/conn use usb2_port3 as usb2_port use tcss_usb3_port3 as usb3_port - device generic 2 alias conn2 on end + device generic 1 alias conn1 on end end end end |