cda05411d881af65a94d09ac074517e72d3ac57c
[oweals/u-boot.git] / arch / arm / dts / fsl-ls1046a-frwy.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * Device Tree Include file for NXP Layerscape-1046A family SoC.
4  *
5  * Copyright 2019 NXP
6  *
7  */
8
9 /dts-v1/;
10 /include/ "fsl-ls1046a.dtsi"
11
12 / {
13         model = "LS1046A FRWY Board";
14
15         aliases {
16                 spi0 = &qspi;
17         };
18
19 };
20
21 &qspi {
22         status = "okay";
23
24         mt25qu512a0: flash@0 {
25                 #address-cells = <1>;
26                 #size-cells = <1>;
27                 compatible = "jedec,spi-nor";
28                 spi-max-frequency = <50000000>;
29                 reg = <0>;
30         };
31
32 };
33
34 &i2c0 {
35         status = "okay";
36 };