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	aliases {
11		serial0 = &blsp1_uart5;
12	};
13
14	chosen {
15		stdout-path = "serial0";
16	};
17
18	memory {
19		device_type = "memory";
20		reg = <0x0 0x40000000 0x0 0x20000000>;
21	};
22};
23
24&blsp1_spi1 {
25	status = "ok";
26
27	flash@0 {
28		#address-cells = <1>;
29		#size-cells = <1>;
30		compatible = "jedec,spi-nor";
31		reg = <0>;
32		spi-max-frequency = <50000000>;
33	};
34};
35
36&blsp1_uart5 {
37	status = "ok";
38};
39
40&pcie0 {
41	status = "ok";
42	perst-gpio = <&tlmm 58 0x1>;
43};
44
45&pcie1 {
46	status = "ok";
47	perst-gpio = <&tlmm 61 0x1>;
48};
49
50&pcie_phy0 {
51	status = "ok";
52};
53
54&pcie_phy1 {
55	status = "ok";
56};
57
58&qpic_bam {
59	status = "ok";
60};
61
62&qpic_nand {
63	status = "ok";
64
65	nand@0 {
66		reg = <0>;
67		nand-ecc-strength = <4>;
68		nand-ecc-step-size = <512>;
69		nand-bus-width = <8>;
70	};
71};
72