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/arm/bcm-nsp-ax.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-or-later OR MIT
    2 /*
    3  * Broadcom Northstar Plus Ax stepping-specific bindings.
    4  * Notable differences from B0+ are the secondary-boot-reg and
    5  * lack of DMA coherency.
    6  */
    7 
    8 &cpu1 {
    9         secondary-boot-reg = <0xffff042c>;
   10 };
   11 
   12 &dma {
   13         /delete-property/ dma-coherent;
   14 };
   15 
   16 &sdio {
   17         /delete-property/ dma-coherent;
   18 };
   19 
   20 &amac0 {
   21         /delete-property/ dma-coherent;
   22 };
   23 
   24 &amac1 {
   25         /delete-property/ dma-coherent;
   26 };
   27 
   28 &amac2 {
   29         /delete-property/ dma-coherent;
   30 };
   31 
   32 &ehci0 {
   33         /delete-property/ dma-coherent;
   34 };
   35 
   36 &mailbox {
   37         /delete-property/ dma-coherent;
   38 };
   39 
   40 &xhci {
   41         /delete-property/ dma-coherent;
   42 };
   43 
   44 &ehci0 {
   45         /delete-property/ dma-coherent;
   46 };
   47 
   48 &ohci0 {
   49         /delete-property/ dma-coherent;
   50 };
   51 
   52 &i2c0 {
   53         /delete-property/ dma-coherent;
   54 };
   55 
   56 &sata {
   57         /delete-property/ dma-coherent;
   58 };
   59 
   60 &pcie0 {
   61         /delete-property/ dma-coherent;
   62 };
   63 
   64 &pcie1 {
   65         /delete-property/ dma-coherent;
   66 };
   67 
   68 &pcie2 {
   69         /delete-property/ dma-coherent;
   70 };

Cache object: 6a85fb931275859cee2d036d89bbf0ce


[ 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.