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