The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/qcom/ipq8074-hk10.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: 964f351045d26373600c79637199d892


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.