mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 00:10:18 +00:00
6 lines
159 B
Python
6 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)
|