Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / arch / powerpc / dts / t1042d4rdb.dts
1 // SPDX-License-Identifier: GPL-2.0+ OR X11
2 /*
3  * T1042D4RDB Device Tree Source
4  *
5  * Copyright 2013 - 2015 Freescale Semiconductor Inc.
6  * Copyright 2019 NXP
7  */
8
9 /include/ "t104x.dtsi"
10
11 / {
12         model = "fsl,T1042D4RDB";
13         compatible = "fsl,T1042D4RDB";
14         #address-cells = <2>;
15         #size-cells = <2>;
16         interrupt-parent = <&mpic>;
17
18         aliases {
19                 spi0 = &espi0;
20         };
21 };
22
23 &espi0 {
24         status = "okay";
25         flash@0 {
26                 compatible = "jedec,spi-nor";
27                 #address-cells = <1>;
28                 #size-cells = <1>;
29                 reg = <0>;
30                 spi-max-frequency = <10000000>; /* input clock */
31         };
32 };