mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 19:15:04 +07:00
ef797b5370
This patch is adding revA, revB and rev1.0. There are also other revisions between which should be backward compatible with previous versions. Unfortunately all revs are still in use. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Rob Herring <robh@kernel.org>
41 lines
724 B
Plaintext
41 lines
724 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* dts file for Xilinx ZynqMP ZCU102 RevB
|
|
*
|
|
* (C) Copyright 2016 - 2018, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
*/
|
|
|
|
#include "zynqmp-zcu102-revA.dts"
|
|
|
|
/ {
|
|
model = "ZynqMP ZCU102 RevB";
|
|
compatible = "xlnx,zynqmp-zcu102-revB", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
|
|
};
|
|
|
|
&gem3 {
|
|
phy-handle = <&phyc>;
|
|
phyc: phy@c {
|
|
reg = <0xc>;
|
|
ti,rx-internal-delay = <0x8>;
|
|
ti,tx-internal-delay = <0xa>;
|
|
ti,fifo-depth = <0x1>;
|
|
};
|
|
/* Cleanup from RevA */
|
|
/delete-node/ phy@21;
|
|
};
|
|
|
|
/* Fix collision with u61 */
|
|
&i2c0 {
|
|
i2c-mux@75 {
|
|
i2c@2 {
|
|
max15303@1b { /* u8 */
|
|
compatible = "maxim,max15303";
|
|
reg = <0x1b>;
|
|
};
|
|
/delete-node/ max15303@20;
|
|
};
|
|
};
|
|
};
|