m1n1/proxyclient/hv/trace_dptx.py
Janne Grunau 34b0204c27 proxy: hv: Add trace_dptx.py for tracing dptx-phy on j473/t8112
Signed-off-by: Janne Grunau <j@jannau.net>
2023-09-20 22:33:45 +09:00

5 lines
159 B
Python

# SPDX-License-Identifier: MIT
for phy in ["dptx-phy", "lpdptx-phy0", "lpdptx-phy1"]:
if phy in hv.adt["/arm-io"]:
trace_device("/arm-io/" + phy)