2015-10-30 14:39:18 +00:00
|
|
|
/*
|
|
|
|
* dts file for Xilinx ZynqMP ep108 development board
|
|
|
|
*
|
|
|
|
* (C) Copyright 2014 - 2015, Xilinx, Inc.
|
|
|
|
*
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2016-02-25 17:30:03 +00:00
|
|
|
#include "zynqmp.dtsi"
|
|
|
|
#include "zynqmp-ep108-clk.dtsi"
|
2015-10-30 14:39:18 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "ZynqMP EP108";
|
|
|
|
|
|
|
|
aliases {
|
2016-02-23 08:30:15 +00:00
|
|
|
mmc0 = &sdhci0;
|
|
|
|
mmc1 = &sdhci1;
|
2015-10-30 14:39:18 +00:00
|
|
|
serial0 = &uart0;
|
|
|
|
spi0 = &qspi;
|
|
|
|
spi1 = &spi0;
|
|
|
|
spi2 = &spi1;
|
2016-04-07 13:06:07 +00:00
|
|
|
usb0 = &usb0;
|
|
|
|
usb1 = &usb1;
|
2015-10-30 14:39:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
2016-12-16 12:08:55 +00:00
|
|
|
bootargs = "earlycon";
|
2015-10-30 14:39:18 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
ARM64: zynqmp: Remove DTC 1.4.2 warnings
DTC 1.4.2 reports these warnings:
Warning (unit_address_vs_reg): Node /amba_apu has a reg or ranges
property, but no unit name
Warning (unit_address_vs_reg): Node /amba has a reg or ranges property,
but no unit name
Warning (unit_address_vs_reg): Node /amba/usb@fe200000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node /amba/usb@fe300000 has a unit name,
but no reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-video2channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-graphicschannel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio0channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node
/amba/dma@fd4c0000/dma-audio1channel@fd4c0000 has a unit name, but no
reg property
Warning (unit_address_vs_reg): Node /memory has a reg or ranges
property, but no unit name
This patch is fixing them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2016-11-11 12:21:04 +00:00
|
|
|
memory@0 {
|
2015-10-30 14:39:18 +00:00
|
|
|
device_type = "memory";
|
2016-04-07 13:07:38 +00:00
|
|
|
reg = <0x0 0x0 0x0 0x40000000>;
|
2015-10-30 14:39:18 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&can0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-04-12 06:16:11 +00:00
|
|
|
&can1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2015-10-30 14:39:18 +00:00
|
|
|
&gem0 {
|
|
|
|
status = "okay";
|
|
|
|
phy-handle = <&phy0>;
|
|
|
|
phy-mode = "rgmii-id";
|
2016-01-14 12:11:51 +00:00
|
|
|
phy0: phy@0 {
|
2015-10-30 14:39:18 +00:00
|
|
|
reg = <0>;
|
|
|
|
max-speed = <100>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
eeprom@54 {
|
|
|
|
compatible = "at,24c64";
|
|
|
|
reg = <0x54>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
eeprom@55 {
|
|
|
|
compatible = "at,24c64";
|
|
|
|
reg = <0x55>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-11-05 16:51:14 +00:00
|
|
|
&nand0 {
|
|
|
|
status = "okay";
|
|
|
|
arasan,has-mdma;
|
|
|
|
num-cs = <1>;
|
|
|
|
|
|
|
|
partition@0 { /* for testing purpose */
|
|
|
|
label = "nand-fsbl-uboot";
|
|
|
|
reg = <0x0 0x0 0x400000>;
|
|
|
|
};
|
|
|
|
partition@1 { /* for testing purpose */
|
|
|
|
label = "nand-linux";
|
|
|
|
reg = <0x0 0x400000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@2 { /* for testing purpose */
|
|
|
|
label = "nand-device-tree";
|
|
|
|
reg = <0x0 0x1800000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@3 { /* for testing purpose */
|
|
|
|
label = "nand-rootfs";
|
|
|
|
reg = <0x0 0x1C00000 0x1400000>;
|
|
|
|
};
|
|
|
|
partition@4 { /* for testing purpose */
|
|
|
|
label = "nand-bitstream";
|
|
|
|
reg = <0x0 0x3000000 0x400000>;
|
|
|
|
};
|
|
|
|
partition@5 { /* for testing purpose */
|
|
|
|
label = "nand-misc";
|
|
|
|
reg = <0x0 0x3400000 0xFCC00000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-10-30 14:39:18 +00:00
|
|
|
&qspi {
|
|
|
|
status = "okay";
|
|
|
|
flash@0 {
|
2015-12-02 04:36:58 +00:00
|
|
|
compatible = "m25p80";
|
2015-10-30 14:39:18 +00:00
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
reg = <0x0>;
|
|
|
|
spi-tx-bus-width = <1>;
|
|
|
|
spi-rx-bus-width = <4>;
|
|
|
|
spi-max-frequency = <10000000>;
|
|
|
|
partition@qspi-fsbl-uboot { /* for testing purpose */
|
|
|
|
label = "qspi-fsbl-uboot";
|
|
|
|
reg = <0x0 0x100000>;
|
|
|
|
};
|
|
|
|
partition@qspi-linux { /* for testing purpose */
|
|
|
|
label = "qspi-linux";
|
|
|
|
reg = <0x100000 0x500000>;
|
|
|
|
};
|
|
|
|
partition@qspi-device-tree { /* for testing purpose */
|
|
|
|
label = "qspi-device-tree";
|
|
|
|
reg = <0x600000 0x20000>;
|
|
|
|
};
|
|
|
|
partition@qspi-rootfs { /* for testing purpose */
|
|
|
|
label = "qspi-rootfs";
|
|
|
|
reg = <0x620000 0x5E0000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&sata {
|
|
|
|
status = "okay";
|
|
|
|
ceva,broken-gen2;
|
2015-11-05 11:51:37 +00:00
|
|
|
/* SATA Phy OOB timing settings */
|
|
|
|
ceva,p0-cominit-params = /bits/ 8 <0x0F 0x25 0x18 0x29>;
|
|
|
|
ceva,p0-comwake-params = /bits/ 8 <0x04 0x0B 0x08 0x0F>;
|
|
|
|
ceva,p0-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
|
|
|
|
ceva,p0-retry-params = /bits/ 16 <0x0216 0x7F06>;
|
|
|
|
ceva,p1-cominit-params = /bits/ 8 <0x0F 0x25 0x18 0x29>;
|
|
|
|
ceva,p1-comwake-params = /bits/ 8 <0x04 0x0B 0x08 0x0F>;
|
|
|
|
ceva,p1-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
|
|
|
|
ceva,p1-retry-params = /bits/ 16 <0x0216 0x7F06>;
|
2015-10-30 14:39:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhci0 {
|
|
|
|
status = "okay";
|
2016-01-07 09:27:27 +00:00
|
|
|
bus-width = <8>;
|
2016-08-16 09:11:35 +00:00
|
|
|
xlnx,mio_bank = <2>;
|
2015-10-30 14:39:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&sdhci1 {
|
|
|
|
status = "okay";
|
2016-08-16 09:11:35 +00:00
|
|
|
xlnx,mio_bank = <1>;
|
2015-10-30 14:39:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&spi0 {
|
|
|
|
status = "okay";
|
|
|
|
num-cs = <1>;
|
|
|
|
spi0_flash0: spi0_flash0@0 {
|
|
|
|
compatible = "m25p80";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
spi-max-frequency = <50000000>;
|
|
|
|
reg = <0>;
|
|
|
|
|
|
|
|
spi0_flash0@00000000 {
|
|
|
|
label = "spi0_flash0";
|
|
|
|
reg = <0x0 0x100000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi1 {
|
|
|
|
status = "okay";
|
|
|
|
num-cs = <1>;
|
|
|
|
spi1_flash0: spi1_flash0@0 {
|
|
|
|
compatible = "m25p80";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
spi-max-frequency = <50000000>;
|
|
|
|
reg = <0>;
|
|
|
|
|
|
|
|
spi1_flash0@00000000 {
|
|
|
|
label = "spi1_flash0";
|
|
|
|
reg = <0x0 0x100000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb0 {
|
|
|
|
status = "okay";
|
2016-04-07 13:06:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dwc3_0 {
|
|
|
|
status = "okay";
|
2015-10-30 14:39:18 +00:00
|
|
|
dr_mode = "peripheral";
|
|
|
|
maximum-speed = "high-speed";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb1 {
|
|
|
|
status = "okay";
|
2016-04-07 13:06:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&dwc3_1 {
|
|
|
|
status = "okay";
|
2015-10-30 14:39:18 +00:00
|
|
|
dr_mode = "host";
|
|
|
|
maximum-speed = "high-speed";
|
|
|
|
};
|
|
|
|
|
|
|
|
&watchdog0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dp {
|
|
|
|
xlnx,max-pclock-frequency = <200000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&xlnx_dpdma {
|
|
|
|
xlnx,axi-clock-freq = <200000000>;
|
|
|
|
};
|