1 // SPDX-License-Identifier: GPL-2.0+
3 * Xilinx CC108 board DTS
5 * (C) Copyright 2007-2018 Xilinx, Inc.
6 * (C) Copyright 2007-2013 Michal Simek
7 * (C) Copyright 2007-2012 PetaLogix Qld Pty Ltd
12 /include/ "zynq-7000.dtsi"
15 model = "Xilinx CC108 board";
16 compatible = "xlnx,zynq-cc108", "xlnx,zynq-7000";
26 stdout-path = "serial0:115200n8";
30 device_type = "memory";
31 reg = <0x0 0x20000000>;
35 compatible = "usb-nop-xceiv";
40 compatible = "usb-nop-xceiv";
47 phy-mode = "rgmii-id";
48 phy-handle = <ðernet_phy>;
50 ethernet_phy: ethernet-phy@1 {
59 compatible = "n25q128a11", "jedec,spi-nor";
61 spi-max-frequency = <50000000>;
62 spi-tx-bus-width = <1>;
63 spi-rx-bus-width = <4>;
67 label = "qspi-fsbl-uboot-bs";
68 reg = <0x0 0x400000>; /* 4MB */
72 reg = <0x400000 0x400000>; /* 4MB */
75 label = "qspi-rootfs";
76 reg = <0x800000 0x400000>; /* 4MB */
79 label = "qspi-devicetree";
80 reg = <0xc00000 0x100000>; /* 1MB */
83 label = "qspi-scratch";
84 reg = <0xd00000 0x200000>; /* 2MB */
87 label = "qspi-uboot-env";
88 reg = <0xf00000 0x100000>; /* 1MB */
107 usb-phy = <&usb_phy0>;
113 usb-phy = <&usb_phy1>;