rpl: add one TBT port to devicetree

Change-Id: I0b15f9161f576970ef9feeab7ba7ffdb27070505
This commit is contained in:
Jeremy Soller
2023-03-03 09:16:57 -07:00
parent c81af77eeb
commit 983387dbd7
2 changed files with 6 additions and 3 deletions

View File

@@ -16,9 +16,8 @@ config BOARD_SYSTEM76_RPL_COMMON
select NO_UART_ON_SUPERIO select NO_UART_ON_SUPERIO
select PCIEXP_SUPPORT_RESIZABLE_BARS select PCIEXP_SUPPORT_RESIZABLE_BARS
select SOC_INTEL_ALDERLAKE_S3 select SOC_INTEL_ALDERLAKE_S3
select SOC_INTEL_ALDERLAKE_TCSS_USB4_SUPPORT
select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SOC_INTEL_COMMON_BLOCK_HDA_VERB
select SOC_INTEL_COMMON_BLOCK_TCSS
select SOC_INTEL_COMMON_BLOCK_USB4
select SOC_INTEL_CRASHLOG select SOC_INTEL_CRASHLOG
select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES
select SOC_INTEL_RAPTORLAKE select SOC_INTEL_RAPTORLAKE

View File

@@ -33,7 +33,11 @@ chip soc/intel/alderlake
register "gfx" = "GMA_DEFAULT_PANEL(0)" register "gfx" = "GMA_DEFAULT_PANEL(0)"
end end
#TODO device ref tbt_pcie_rp0 on end device ref tbt_pcie_rp0 on end
device ref tcss_xhci on
register "tcss_ports[0]" = "TCSS_PORT_DEFAULT(OC_SKIP)"
end
device ref tcss_dma0 on end
device ref shared_sram on end device ref shared_sram on end
device ref cnvi_wifi on device ref cnvi_wifi on
register "cnvi_bt_core" = "true" register "cnvi_bt_core" = "true"