Luca Ceresoli | ac80ac0 | 2019-06-11 18:39:41 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | |
| 3 | /* |
| 4 | * UltraZed-EV Carrier Card v1 (based on the UltraZed-EV SoM) |
| 5 | * http://ultrazed.org/product/ultrazed-ev-carrier-card |
| 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "avnet-ultrazedev-som-v1.0.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Avnet UltraZed EV Carrier Card v1.0"; |
| 14 | compatible = "avnet,ultrazedev-cc-v1.0-ultrazedev-som-v1.0", |
| 15 | "xlnx,zynqmp"; |
| 16 | chosen { |
| 17 | stdout-path = "serial0:115200n8"; |
| 18 | xlnx,eeprom = &eeprom; |
| 19 | }; |
| 20 | aliases { |
| 21 | ethernet0 = &gem3; |
| 22 | serial0 = &uart0; |
| 23 | }; |
| 24 | }; |
| 25 | |
| 26 | &uart0 { |
| 27 | device_type = "serial"; |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | |
| 31 | &i2c_cc { |
| 32 | /* Microchip 24AA025E48T-I/OT: 2K I2C Serial EEPROM with EUI-48 */ |
| 33 | eeprom: eeprom@51 { |
| 34 | compatible = "atmel,24c02"; |
| 35 | reg = <0x51>; |
| 36 | }; |
| 37 | |
| 38 | /* IDT Versa Clock 5P49V5935B */ |
| 39 | vc5: clock-generator@6a { |
| 40 | compatible = "idt,5p49v5935"; |
| 41 | reg = <0x6a>; |
| 42 | #clock-cells = <1>; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | /* Ethernet RJ-45 */ |
| 47 | &gem3 { |
| 48 | status = "okay"; |
| 49 | }; |
| 50 | |
| 51 | /* microSD card slot */ |
| 52 | &sdhci1 { |
| 53 | status = "okay"; |
| 54 | xlnx,mio_bank = <1>; |
| 55 | clock-frequency = <199998000>; |
| 56 | max-frequency = <50000000>; |
| 57 | no-1-8-v; |
| 58 | disable-wp; |
| 59 | }; |