Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003  * Xilinx ZC770 XM012 board DTS
0004  *
0005  * Copyright (C) 2013-2018 Xilinx, Inc.
0006  */
0007 /dts-v1/;
0008 #include "zynq-7000.dtsi"
0009 
0010 / {
0011         model = "Xilinx ZC770 XM012 board";
0012         compatible = "xlnx,zynq-zc770-xm012", "xlnx,zynq-7000";
0013 
0014         aliases {
0015                 i2c0 = &i2c0;
0016                 i2c1 = &i2c1;
0017                 serial0 = &uart1;
0018                 spi0 = &spi1;
0019         };
0020 
0021         chosen {
0022                 bootargs = "";
0023                 stdout-path = "serial0:115200n8";
0024         };
0025 
0026         memory@0 {
0027                 device_type = "memory";
0028                 reg = <0x0 0x40000000>;
0029         };
0030 };
0031 
0032 &can1 {
0033         status = "okay";
0034 };
0035 
0036 &i2c0 {
0037         status = "okay";
0038         clock-frequency = <400000>;
0039 
0040         eeprom0: eeprom@52 {
0041                 compatible = "atmel,24c02";
0042                 reg = <0x52>;
0043         };
0044 };
0045 
0046 &i2c1 {
0047         status = "okay";
0048         clock-frequency = <400000>;
0049 
0050         eeprom1: eeprom@52 {
0051                 compatible = "atmel,24c02";
0052                 reg = <0x52>;
0053         };
0054 };
0055 
0056 &spi1 {
0057         status = "okay";
0058         num-cs = <4>;
0059         is-decoded-cs = <0>;
0060 };
0061 
0062 &uart1 {
0063         status = "okay";
0064 };