GNU Linux-libre 6.1.90-gnu
[releases.git] / arch / arm64 / boot / dts / qcom / ipq8074-hk10.dtsi
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 = "okay";
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 = "okay";
38 };
39
40 &pcie0 {
41         status = "okay";
42         perst-gpios = <&tlmm 58 0x1>;
43 };
44
45 &pcie1 {
46         status = "okay";
47         perst-gpios = <&tlmm 61 0x1>;
48 };
49
50 &pcie_qmp0 {
51         status = "okay";
52 };
53
54 &pcie_qmp1 {
55         status = "okay";
56 };
57
58 &qpic_bam {
59         status = "okay";
60 };
61
62 &qpic_nand {
63         status = "okay";
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 };