mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-17 22:28:29 +00:00
5 lines
159 B
Python
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)
|