Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (c) 2020, The Linux Foundation. All rights reserved.
0004  */
0005 /dts-v1/;
0006 
0007 #include "ipq8074.dtsi"
0008 
0009 / {
0010         aliases {
0011                 serial0 = &blsp1_uart5;
0012         };
0013 
0014         chosen {
0015                 stdout-path = "serial0";
0016         };
0017 
0018         memory {
0019                 device_type = "memory";
0020                 reg = <0x0 0x40000000 0x0 0x20000000>;
0021         };
0022 };
0023 
0024 &blsp1_spi1 {
0025         status = "ok";
0026 
0027         flash@0 {
0028                 #address-cells = <1>;
0029                 #size-cells = <1>;
0030                 compatible = "jedec,spi-nor";
0031                 reg = <0>;
0032                 spi-max-frequency = <50000000>;
0033         };
0034 };
0035 
0036 &blsp1_uart5 {
0037         status = "ok";
0038 };
0039 
0040 &pcie0 {
0041         status = "ok";
0042         perst-gpio = <&tlmm 58 0x1>;
0043 };
0044 
0045 &pcie1 {
0046         status = "ok";
0047         perst-gpio = <&tlmm 61 0x1>;
0048 };
0049 
0050 &pcie_phy0 {
0051         status = "ok";
0052 };
0053 
0054 &pcie_phy1 {
0055         status = "ok";
0056 };
0057 
0058 &qpic_bam {
0059         status = "ok";
0060 };
0061 
0062 &qpic_nand {
0063         status = "ok";
0064 
0065         nand@0 {
0066                 reg = <0>;
0067                 nand-ecc-strength = <4>;
0068                 nand-ecc-step-size = <512>;
0069                 nand-bus-width = <8>;
0070         };
0071 };