Michal Simek | 6d6e3db | 2015-07-22 11:39:04 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Xilinx ZC770 XM013 board DTS |
| 3 | * |
| 4 | * Copyright (C) 2013 Xilinx, Inc. |
| 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ |
| 7 | */ |
| 8 | /dts-v1/; |
| 9 | #include "zynq-7000.dtsi" |
| 10 | / { |
| 11 | compatible = "xlnx,zynq-zc770-xm011", "xlnx,zynq-7000"; |
| 12 | model = "Xilinx Zynq"; |
| 13 | |
| 14 | aliases { |
| 15 | i2c0 = &i2c1; |
| 16 | serial0 = &uart1; |
| 17 | spi0 = &spi0; |
| 18 | }; |
| 19 | |
| 20 | chosen { |
| 21 | bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk"; |
| 22 | linux,stdout-path = &uart1; |
| 23 | stdout-path = &uart1; |
| 24 | }; |
| 25 | |
Michal Simek | f0600af | 2015-08-12 11:25:05 +0200 | [diff] [blame] | 26 | memory { |
Michal Simek | 6d6e3db | 2015-07-22 11:39:04 +0200 | [diff] [blame] | 27 | device_type = "memory"; |
| 28 | reg = <0x0 0x40000000>; |
| 29 | }; |
| 30 | |
| 31 | usb_phy1: phy1 { |
| 32 | compatible = "usb-nop-xceiv"; |
| 33 | #phy-cells = <0>; |
| 34 | }; |
| 35 | }; |
| 36 | |
| 37 | &spi0 { |
| 38 | status = "okay"; |
| 39 | num-cs = <4>; |
| 40 | is-decoded-cs = <0>; |
| 41 | }; |
| 42 | |
| 43 | &can0 { |
| 44 | status = "okay"; |
| 45 | }; |
| 46 | |
| 47 | &i2c1 { |
| 48 | status = "okay"; |
| 49 | clock-frequency = <400000>; |
| 50 | |
| 51 | m24c02_eeprom@52 { |
| 52 | compatible = "at,24c02"; |
| 53 | reg = <0x52>; |
| 54 | }; |
| 55 | }; |
| 56 | |
| 57 | &uart1 { |
Simon Glass | 035c6b2 | 2015-10-17 19:41:24 -0600 | [diff] [blame] | 58 | u-boot,dm-pre-reloc; |
Michal Simek | 6d6e3db | 2015-07-22 11:39:04 +0200 | [diff] [blame] | 59 | status = "okay"; |
| 60 | }; |
| 61 | |
| 62 | &usb1 { |
| 63 | status = "okay"; |
| 64 | dr_mode = "host"; |
| 65 | usb-phy = <&usb_phy1>; |
| 66 | }; |