2018-03-27 08:36:39 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2016-04-07 13:58:23 +00:00
|
|
|
/*
|
|
|
|
* dts file for Xilinx ZynqMP ZCU102 RevB
|
|
|
|
*
|
2020-02-18 07:38:06 +00:00
|
|
|
* (C) Copyright 2016 - 2020, Xilinx, Inc.
|
2016-04-07 13:58:23 +00:00
|
|
|
*
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
*/
|
|
|
|
|
2017-07-20 10:38:27 +00:00
|
|
|
#include "zynqmp-zcu102-revA.dts"
|
2016-04-07 13:58:23 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ZynqMP ZCU102 RevB";
|
2017-11-02 09:22:27 +00:00
|
|
|
compatible = "xlnx,zynqmp-zcu102-revB", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&gem3 {
|
|
|
|
phy-handle = <&phyc>;
|
2019-08-08 10:44:22 +00:00
|
|
|
phyc: ethernet-phy@c {
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0xc>;
|
|
|
|
ti,rx-internal-delay = <0x8>;
|
|
|
|
ti,tx-internal-delay = <0xa>;
|
|
|
|
ti,fifo-depth = <0x1>;
|
2019-02-13 11:32:21 +00:00
|
|
|
ti,dp83867-rxctrl-strap-quirk;
|
2019-03-13 14:11:19 +00:00
|
|
|
/* reset-gpios = <&tca6416_u97 6 GPIO_ACTIVE_LOW>; */
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
/* Cleanup from RevA */
|
2020-01-09 12:01:07 +00:00
|
|
|
/delete-node/ ethernet-phy@21;
|
2016-04-07 13:58:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Fix collision with u61 */
|
|
|
|
&i2c0 {
|
2018-03-27 08:38:08 +00:00
|
|
|
i2c-mux@75 {
|
2016-04-07 13:58:23 +00:00
|
|
|
i2c@2 {
|
|
|
|
max15303@1b { /* u8 */
|
2018-03-27 08:52:40 +00:00
|
|
|
compatible = "maxim,max15303";
|
2016-04-07 13:58:23 +00:00
|
|
|
reg = <0x1b>;
|
|
|
|
};
|
|
|
|
/delete-node/ max15303@20;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|