blob: 6647e97edba36732462e1050629aa05539dff554 [file] [log] [blame]
Michal Simek18a952c2018-03-27 10:36:39 +02001// SPDX-License-Identifier: GPL-2.0+
Michal Simekae9775f2017-11-02 11:42:12 +01002/*
3 * dts file for Xilinx ZynqMP ZCU102 Rev1.0
4 *
Michal Simek18a952c2018-03-27 10:36:39 +02005 * (C) Copyright 2016 - 2018, Xilinx, Inc.
Michal Simekae9775f2017-11-02 11:42:12 +01006 *
7 * Michal Simek <michal.simek@xilinx.com>
Michal Simekae9775f2017-11-02 11:42:12 +01008 */
9
10#include "zynqmp-zcu102-revB.dts"
11
12/ {
13 model = "ZynqMP ZCU102 Rev1.0";
14 compatible = "xlnx,zynqmp-zcu102-rev1.0", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
15};
16
Michal Simek5208a3a2018-03-27 16:21:42 +020017&eeprom {
Michal Simekae9775f2017-11-02 11:42:12 +010018 #address-cells = <1>;
19 #size-cells = <1>;
20
Michal Simekd13d97b2018-03-27 12:50:04 +020021 board_sn: board-sn@0 {
Michal Simekae9775f2017-11-02 11:42:12 +010022 reg = <0x0 0x14>;
23 };
24
Michal Simekd13d97b2018-03-27 12:50:04 +020025 eth_mac: eth-mac@20 {
Michal Simekae9775f2017-11-02 11:42:12 +010026 reg = <0x20 0x6>;
27 };
28
Michal Simekd13d97b2018-03-27 12:50:04 +020029 board_name: board-name@d0 {
Michal Simekae9775f2017-11-02 11:42:12 +010030 reg = <0xd0 0x6>;
31 };
32
Michal Simekd13d97b2018-03-27 12:50:04 +020033 board_revision: board-revision@e0 {
Michal Simekae9775f2017-11-02 11:42:12 +010034 reg = <0xe0 0x3>;
35 };
36};