Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003  * Broadcom Northstar Plus Ax stepping-specific bindings.
0004  * Notable differences from B0+ are the secondary-boot-reg and
0005  * lack of DMA coherency.
0006  */
0007 
0008 &cpu1 {
0009         secondary-boot-reg = <0xffff042c>;
0010 };
0011 
0012 &dma {
0013         /delete-property/ dma-coherent;
0014 };
0015 
0016 &sdio {
0017         /delete-property/ dma-coherent;
0018 };
0019 
0020 &amac0 {
0021         /delete-property/ dma-coherent;
0022 };
0023 
0024 &amac1 {
0025         /delete-property/ dma-coherent;
0026 };
0027 
0028 &amac2 {
0029         /delete-property/ dma-coherent;
0030 };
0031 
0032 &ehci0 {
0033         /delete-property/ dma-coherent;
0034 };
0035 
0036 &mailbox {
0037         /delete-property/ dma-coherent;
0038 };
0039 
0040 &xhci {
0041         /delete-property/ dma-coherent;
0042 };
0043 
0044 &ehci0 {
0045         /delete-property/ dma-coherent;
0046 };
0047 
0048 &ohci0 {
0049         /delete-property/ dma-coherent;
0050 };
0051 
0052 &i2c0 {
0053         /delete-property/ dma-coherent;
0054 };
0055 
0056 &sata {
0057         /delete-property/ dma-coherent;
0058 };
0059 
0060 &pcie0 {
0061         /delete-property/ dma-coherent;
0062 };
0063 
0064 &pcie1 {
0065         /delete-property/ dma-coherent;
0066 };
0067 
0068 &pcie2 {
0069         /delete-property/ dma-coherent;
0070 };