upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
602 B
37 lines
602 B
/*
|
|
* dts file for Xilinx ZynqMP ZCU102 Rev1.0
|
|
*
|
|
* (C) Copyright 2016, Xilinx, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#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>;
|
|
};
|
|
};
|
|
|