proxy: hv: Add trace_dptx.py for tracing dptx-phy on j473/t8112

Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
Janne Grunau 2023-02-01 14:45:03 +01:00 committed by Hector Martin
parent 303d08382c
commit 34b0204c27

View file

@ -0,0 +1,5 @@
# 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)