Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / fsl-ls1012a-frdm.dtsi
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Device Tree file for Freescale Layerscape-1012A family SoC.
4  *
5  * Copyright 2016, Freescale Semiconductor
6  */
7
8 /include/ "fsl-ls1012a.dtsi"
9
10 / {
11         model = "LS1012A FREEDOM Board";
12         aliases {
13                 spi0 = &qspi;
14         };
15 };
16
17 &qspi {
18         status = "okay";
19
20         s25fs512s0: flash@0 {
21                 #address-cells = <1>;
22                 #size-cells = <1>;
23                 compatible = "jedec,spi-nor";
24                 spi-max-frequency = <50000000>;
25                 reg = <0>;
26         };
27 };
28
29 &i2c0 {
30         status = "okay";
31 };
32
33 &duart0 {
34         status = "okay";
35 };