1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
4 */
5/dts-v1/;
6
7#include "ipq8074.dtsi"
8
9/ {
10	interrupt-parent = <&intc>;
11
12	aliases {
13		serial0 = &blsp1_uart5;
14	};
15
16	chosen {
17		stdout-path = "serial0";
18	};
19
20	memory {
21		device_type = "memory";
22		reg = <0x0 0x40000000 0x0 0x20000000>;
23	};
24};
25
26&blsp1_spi1 {
27	status = "ok";
28
29	flash@0 {
30		#address-cells = <1>;
31		#size-cells = <1>;
32		compatible = "jedec,spi-nor";
33		reg = <0>;
34		spi-max-frequency = <50000000>;
35	};
36};
37
38&blsp1_uart5 {
39	status = "ok";
40};
41
42&pcie0 {
43	status = "ok";
44	perst-gpio = <&tlmm 58 0x1>;
45};
46
47&pcie1 {
48	status = "ok";
49	perst-gpio = <&tlmm 61 0x1>;
50};
51
52&pcie_phy0 {
53	status = "ok";
54};
55
56&pcie_phy1 {
57	status = "ok";
58};
59
60&qpic_bam {
61	status = "ok";
62};
63
64&qpic_nand {
65	status = "ok";
66
67	nand@0 {
68		reg = <0>;
69		nand-ecc-strength = <4>;
70		nand-ecc-step-size = <512>;
71		nand-bus-width = <8>;
72	};
73};
74