1/* 2 * Device Tree Include file for Freescale Layerscape-1012A family SoC. 3 * 4 * Copyright 2016, Freescale Semiconductor 5 * 6 * This file is licensed under the terms of the GNU General Public 7 * License version 2. This program is licensed "as is" without any 8 * warranty of any kind, whether express or implied. 9 */ 10 11/include/ "fsl-ls1012a.dtsi" 12 13/ { 14 model = "LS1012A RDB Board"; 15 aliases { 16 spi0 = &qspi; 17 }; 18}; 19 20&qspi { 21 bus-num = <0>; 22 status = "okay"; 23 24 qflash0: s25fl128s@0 { 25 #address-cells = <1>; 26 #size-cells = <1>; 27 compatible = "spi-flash"; 28 spi-max-frequency = <20000000>; 29 reg = <0>; 30 }; 31}; 32 33&i2c0 { 34 status = "okay"; 35}; 36 37&duart0 { 38 status = "okay"; 39}; 40