12e36db14SWarner Losh/*- 22e36db14SWarner Losh * Copyright (c) 2016 The FreeBSD Foundation 32e36db14SWarner Losh * All rights reserved. 42e36db14SWarner Losh * 52e36db14SWarner Losh * Redistribution and use in source and binary forms, with or without 62e36db14SWarner Losh * modification, are permitted provided that the following conditions 72e36db14SWarner Losh * are met: 82e36db14SWarner Losh * 1. Redistributions of source code must retain the above copyright 92e36db14SWarner Losh * notice, this list of conditions and the following disclaimer. 102e36db14SWarner Losh * 2. Redistributions in binary form must reproduce the above copyright 112e36db14SWarner Losh * notice, this list of conditions and the following disclaimer in the 122e36db14SWarner Losh * documentation and/or other materials provided with the distribution. 132e36db14SWarner Losh * 142e36db14SWarner Losh * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 152e36db14SWarner Losh * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 162e36db14SWarner Losh * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 172e36db14SWarner Losh * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 182e36db14SWarner Losh * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 192e36db14SWarner Losh * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 202e36db14SWarner Losh * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 212e36db14SWarner Losh * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 222e36db14SWarner Losh * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 232e36db14SWarner Losh * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 242e36db14SWarner Losh * SUCH DAMAGE. 252e36db14SWarner Losh * 262e36db14SWarner Losh */ 272e36db14SWarner Losh/dts-v1/; 282e36db14SWarner Losh/include/ "zynq-7000.dtsi" 292e36db14SWarner Losh 302e36db14SWarner Losh/ { 312e36db14SWarner Losh model = "zybo"; 322e36db14SWarner Losh compatible = "digilent,zybo", "xlnx,zynq-7000"; 332e36db14SWarner Losh 342e36db14SWarner Losh memory { 352e36db14SWarner Losh // First megabyte isn't accessible by all interconnect masters. 362e36db14SWarner Losh device_type = "memory"; 372e36db14SWarner Losh reg = <0x100000 0x1ff00000>; /* 511MB RAM at 0x100000 */ 382e36db14SWarner Losh }; 392e36db14SWarner Losh 402e36db14SWarner Losh chosen { 412e36db14SWarner Losh stdin = &uart1; 422e36db14SWarner Losh stdout = &uart1; 432e36db14SWarner Losh }; 442e36db14SWarner Losh}; 452e36db14SWarner Losh 462e36db14SWarner Losh&slcr { 472e36db14SWarner Losh clock-frequency = <50000000>; // 50Mhz PS_CLK 482e36db14SWarner Losh}; 492e36db14SWarner Losh 502e36db14SWarner Losh&global_timer { 512e36db14SWarner Losh clock-frequency = <325000000>; // 325Mhz 522e36db14SWarner Losh}; 532e36db14SWarner Losh 542e36db14SWarner Losh&uart1 { 552e36db14SWarner Losh status = "okay"; 562e36db14SWarner Losh}; 572e36db14SWarner Losh 582e36db14SWarner Loshð0 { 592e36db14SWarner Losh status = "okay"; 602e36db14SWarner Losh}; 612e36db14SWarner Losh 62*2de9b4d3SEmmanuel Vadot&qspi0 { 63*2de9b4d3SEmmanuel Vadot status = "okay"; 64*2de9b4d3SEmmanuel Vadot 65*2de9b4d3SEmmanuel Vadot flash0 { 66*2de9b4d3SEmmanuel Vadot compatible = "st,m25p", "s25fl128"; 67*2de9b4d3SEmmanuel Vadot spi-chipselect = <0>; 68*2de9b4d3SEmmanuel Vadot }; 69*2de9b4d3SEmmanuel Vadot}; 70*2de9b4d3SEmmanuel Vadot 712e36db14SWarner Losh&sdhci0 { 722e36db14SWarner Losh status = "okay"; 732e36db14SWarner Losh}; 742e36db14SWarner Losh 752e36db14SWarner Losh&ehci0 { 762e36db14SWarner Losh status = "okay"; 772e36db14SWarner Losh}; 78