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