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 {
52 device_type = "ethernet-phy";
61 compatible = "n25q128a11", "jedec,spi-nor";
63 spi-max-frequency = <50000000>;
64 spi-tx-bus-width = <1>;
65 spi-rx-bus-width = <4>;
69 label = "qspi-fsbl-uboot-bs";
70 reg = <0x0 0x400000>; /* 4MB */
74 reg = <0x400000 0x400000>; /* 4MB */
77 label = "qspi-rootfs";
78 reg = <0x800000 0x400000>; /* 4MB */
81 label = "qspi-devicetree";
82 reg = <0xc00000 0x100000>; /* 1MB */
85 label = "qspi-scratch";
86 reg = <0xd00000 0x200000>; /* 2MB */
89 label = "qspi-uboot-env";
90 reg = <0xf00000 0x100000>; /* 1MB */
109 usb-phy = <&usb_phy0>;
115 usb-phy = <&usb_phy1>;