Andreas Färber | 6726e3e | 2014-07-25 01:00:12 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2014 SUSE LINUX Products GmbH |
| 3 | * |
| 4 | * Derived from zynq-zed.dts: |
| 5 | * |
| 6 | * Copyright (C) 2011 Xilinx |
| 7 | * Copyright (C) 2012 National Instruments Corp. |
| 8 | * Copyright (C) 2013 Xilinx |
| 9 | * |
| 10 | * This software is licensed under the terms of the GNU General Public |
| 11 | * License version 2, as published by the Free Software Foundation, and |
| 12 | * may be copied, distributed, and modified under those terms. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful, |
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | * GNU General Public License for more details. |
| 18 | */ |
| 19 | /dts-v1/; |
| 20 | /include/ "zynq-7000.dtsi" |
| 21 | |
| 22 | / { |
| 23 | model = "Adapteva Parallella Board"; |
| 24 | compatible = "adapteva,parallella", "xlnx,zynq-7000"; |
| 25 | |
| 26 | memory { |
| 27 | device_type = "memory"; |
Michal Simek | b65186d | 2014-08-21 11:21:09 +0200 | [diff] [blame] | 28 | reg = <0x0 0x40000000>; |
Andreas Färber | 6726e3e | 2014-07-25 01:00:12 +0200 | [diff] [blame] | 29 | }; |
| 30 | |
| 31 | chosen { |
| 32 | bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait"; |
| 33 | linux,stdout-path = "/amba/serial@e0001000"; |
| 34 | }; |
| 35 | }; |
| 36 | |
Andreas Färber | 92c9e0c | 2014-11-06 18:22:10 +0100 | [diff] [blame] | 37 | &clkc { |
| 38 | fclk-enable = <0xf>; |
Peter Crosthwaite | 8c7634c | 2014-12-01 10:25:49 +1000 | [diff] [blame] | 39 | ps-clk-frequency = <33333333>; |
Andreas Färber | 92c9e0c | 2014-11-06 18:22:10 +0100 | [diff] [blame] | 40 | }; |
| 41 | |
Andreas Färber | 6726e3e | 2014-07-25 01:00:12 +0200 | [diff] [blame] | 42 | &gem0 { |
| 43 | status = "okay"; |
| 44 | phy-mode = "rgmii-id"; |
| 45 | phy-handle = <ðernet_phy>; |
Andreas Färber | 6726e3e | 2014-07-25 01:00:12 +0200 | [diff] [blame] | 46 | |
| 47 | ethernet_phy: ethernet-phy@0 { |
| 48 | /* Marvell 88E1318 */ |
| 49 | compatible = "ethernet-phy-id0141.0e90", |
| 50 | "ethernet-phy-ieee802.3-c22"; |
| 51 | reg = <0>; |
| 52 | marvell,reg-init = <0x3 0x10 0xff00 0x1e>, |
| 53 | <0x3 0x11 0xfff0 0xa>; |
| 54 | }; |
| 55 | }; |
| 56 | |
| 57 | &i2c0 { |
| 58 | status = "okay"; |
Mark Brown | 6f752f7 | 2014-09-06 12:40:16 +0100 | [diff] [blame] | 59 | |
| 60 | isl9305: isl9305@68 { |
Arnaud Ebalard | b4770fe | 2015-02-16 15:58:43 -0800 | [diff] [blame] | 61 | compatible = "isil,isl9305"; |
Mark Brown | 6f752f7 | 2014-09-06 12:40:16 +0100 | [diff] [blame] | 62 | reg = <0x68>; |
| 63 | |
| 64 | regulators { |
| 65 | dcd1 { |
| 66 | regulator-name = "VDD_DSP"; |
| 67 | regulator-always-on; |
| 68 | }; |
| 69 | dcd2 { |
| 70 | regulator-name = "1P35V"; |
| 71 | regulator-always-on; |
| 72 | }; |
| 73 | ldo1 { |
| 74 | regulator-name = "VDD_ADJ"; |
| 75 | }; |
| 76 | ldo2 { |
| 77 | regulator-name = "VDD_GPIO"; |
| 78 | regulator-always-on; |
| 79 | }; |
| 80 | }; |
| 81 | }; |
Andreas Färber | 6726e3e | 2014-07-25 01:00:12 +0200 | [diff] [blame] | 82 | }; |
| 83 | |
| 84 | &sdhci1 { |
| 85 | status = "okay"; |
| 86 | }; |
| 87 | |
| 88 | &uart1 { |
| 89 | status = "okay"; |
| 90 | }; |