2014-01-08 20:18:29 +00:00
|
|
|
/*
|
|
|
|
* Xilinx ZC770 XM012 board DTS
|
|
|
|
*
|
2015-07-22 09:36:32 +00:00
|
|
|
* Copyright (C) 2013 - 2015 Xilinx, Inc.
|
2014-01-08 20:18:29 +00:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "zynq-7000.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "xlnx,zynq-zc770-xm012", "xlnx,zynq-7000";
|
2015-07-22 09:36:32 +00:00
|
|
|
model = "Xilinx Zynq";
|
2014-05-15 11:37:54 +00:00
|
|
|
|
2014-05-15 11:37:55 +00:00
|
|
|
aliases {
|
2015-07-22 09:36:32 +00:00
|
|
|
i2c0 = &i2c0;
|
|
|
|
i2c1 = &i2c1;
|
2014-05-15 11:37:55 +00:00
|
|
|
serial0 = &uart1;
|
2015-07-22 09:36:32 +00:00
|
|
|
spi0 = &spi1;
|
2014-05-15 11:37:55 +00:00
|
|
|
};
|
|
|
|
|
2015-07-22 09:36:32 +00:00
|
|
|
chosen {
|
2016-04-07 09:15:00 +00:00
|
|
|
bootargs = "";
|
2016-01-12 12:56:44 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2015-07-22 09:36:32 +00:00
|
|
|
};
|
|
|
|
|
2015-08-12 09:25:05 +00:00
|
|
|
memory {
|
2014-05-15 11:37:54 +00:00
|
|
|
device_type = "memory";
|
2015-07-22 09:36:32 +00:00
|
|
|
reg = <0x0 0x40000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&can1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
|
|
|
|
m24c02_eeprom@52 {
|
|
|
|
compatible = "at,24c02";
|
|
|
|
reg = <0x52>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
|
|
|
|
m24c02_eeprom@52 {
|
|
|
|
compatible = "at,24c02";
|
|
|
|
reg = <0x52>;
|
2014-05-15 11:37:54 +00:00
|
|
|
};
|
2014-01-08 20:18:29 +00:00
|
|
|
};
|
2015-07-22 09:36:32 +00:00
|
|
|
|
2016-01-14 12:09:16 +00:00
|
|
|
&spi1 {
|
|
|
|
status = "okay";
|
|
|
|
num-cs = <4>;
|
|
|
|
is-decoded-cs = <0>;
|
|
|
|
};
|
|
|
|
|
2015-07-22 09:36:32 +00:00
|
|
|
&uart1 {
|
2015-10-18 01:41:24 +00:00
|
|
|
u-boot,dm-pre-reloc;
|
2015-07-22 09:36:32 +00:00
|
|
|
status = "okay";
|
|
|
|
};
|