| // SPDX-License-Identifier: GPL-2.0 |
| * dts file for Xilinx ZynqMP ZC1275 RevB |
| * (C) Copyright 2018, Xilinx, Inc. |
| * Michal Simek <michal.simek@xilinx.com> |
| * Siva Durga Prasad Paladugu <sivadur@xilinx.com> |
| #include "zynqmp-clk-ccf.dtsi" |
| model = "ZynqMP ZC1275 RevB"; |
| compatible = "xlnx,zynqmp-zc1275-revB", "xlnx,zynqmp-zc1275", "xlnx,zynqmp"; |
| stdout-path = "serial0:115200n8"; |
| reg = <0x0 0x0 0x0 0x80000000>; |
| compatible = "m25p80", "jedec,spi-nor"; /* 32MB */ |
| spi-max-frequency = <108000000>; /* Based on DC1 spec */ |
| partition@qspi-fsbl-uboot { /* for testing purpose */ |
| label = "qspi-fsbl-uboot"; |
| partition@qspi-linux { /* for testing purpose */ |
| reg = <0x100000 0x500000>; |
| partition@qspi-device-tree { /* for testing purpose */ |
| label = "qspi-device-tree"; |
| reg = <0x600000 0x20000>; |
| partition@qspi-rootfs { /* for testing purpose */ |
| reg = <0x620000 0x5E0000>; |