Albert ARIBAUD \(3ADEV\) | 27192d1 | 2016-09-26 09:08:08 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2016 Toradex AG |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ or X11 |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | #include "vf.dtsi" |
| 9 | |
| 10 | / { |
| 11 | model = "Phytec phyCORE-Vybrid"; |
| 12 | compatible = "phytec,pcm052", "fsl,vf610"; |
| 13 | |
| 14 | chosen { |
| 15 | stdout-path = &uart1; |
| 16 | }; |
| 17 | |
| 18 | aliases { |
| 19 | spi0 = &qspi0; |
| 20 | }; |
| 21 | |
| 22 | }; |
| 23 | |
| 24 | &uart1 { |
| 25 | status = "okay"; |
| 26 | }; |
| 27 | |
| 28 | &qspi0 { |
| 29 | bus-num = <0>; |
| 30 | num-cs = <2>; |
| 31 | status = "okay"; |
| 32 | |
| 33 | qflash0: spi_flash@0 { |
| 34 | #address-cells = <1>; |
| 35 | #size-cells = <1>; |
| 36 | compatible = "spi-flash"; |
| 37 | spi-max-frequency = <108000000>; |
| 38 | reg = <0>; |
| 39 | }; |
| 40 | |
| 41 | qflash1: spi_flash@1 { |
| 42 | #address-cells = <1>; |
| 43 | #size-cells = <1>; |
| 44 | compatible = "spi-flash"; |
| 45 | spi-max-frequency = <66000000>; |
| 46 | reg = <1>; |
| 47 | }; |
| 48 | }; |