mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
acdbe52674
The device trees for TQMa6x SOM support variations in - CPU type: imx6dl- or imx6q- - MBa6 I2C bus access: -mba6a (i2c1) or -mba6b (i2c3) (plus the respective common/module include trees) - USBH1 is directly connected to a hub - USBOTG is connected to a separate connector and can act as host/device or full OTG port. Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
18 lines
364 B
Text
18 lines
364 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
//
|
|
// Copyright (C) 2020 TQ-Systems GmbH
|
|
|
|
ðphy {
|
|
rxdv-skew-ps = <180>;
|
|
txen-skew-ps = <0>;
|
|
rxd3-skew-ps = <180>;
|
|
rxd2-skew-ps = <180>;
|
|
rxd1-skew-ps = <180>;
|
|
rxd0-skew-ps = <180>;
|
|
txd3-skew-ps = <120>;
|
|
txd2-skew-ps = <0>;
|
|
txd1-skew-ps = <300>;
|
|
txd0-skew-ps = <120>;
|
|
txc-skew-ps = <1860>;
|
|
rxc-skew-ps = <1860>;
|
|
};
|