mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 07:24:39 +08: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>
37 lines
605 B
Plaintext
37 lines
605 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* dts file for Xilinx ZynqMP ZCU102 Rev1.0
|
|
*
|
|
* (C) Copyright 2016 - 2018, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
*/
|
|
|
|
#include "zynqmp-zcu102-revB.dts"
|
|
|
|
/ {
|
|
model = "ZynqMP ZCU102 Rev1.0";
|
|
compatible = "xlnx,zynqmp-zcu102-rev1.0", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
|
|
};
|
|
|
|
&eeprom {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
board_sn: board-sn@0 {
|
|
reg = <0x0 0x14>;
|
|
};
|
|
|
|
eth_mac: eth-mac@20 {
|
|
reg = <0x20 0x6>;
|
|
};
|
|
|
|
board_name: board-name@d0 {
|
|
reg = <0xd0 0x6>;
|
|
};
|
|
|
|
board_revision: board-revision@e0 {
|
|
reg = <0xe0 0x3>;
|
|
};
|
|
};
|