bcm-nsp-ax.dtsi 940 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. &cpu1 {
  8. secondary-boot-reg = <0xffff042c>;
  9. };
  10. &dma {
  11. /delete-property/ dma-coherent;
  12. };
  13. &sdio {
  14. /delete-property/ dma-coherent;
  15. };
  16. &amac0 {
  17. /delete-property/ dma-coherent;
  18. };
  19. &amac1 {
  20. /delete-property/ dma-coherent;
  21. };
  22. &amac2 {
  23. /delete-property/ dma-coherent;
  24. };
  25. &ehci0 {
  26. /delete-property/ dma-coherent;
  27. };
  28. &mailbox {
  29. /delete-property/ dma-coherent;
  30. };
  31. &xhci {
  32. /delete-property/ dma-coherent;
  33. };
  34. &ehci0 {
  35. /delete-property/ dma-coherent;
  36. };
  37. &ohci0 {
  38. /delete-property/ dma-coherent;
  39. };
  40. &i2c0 {
  41. /delete-property/ dma-coherent;
  42. };
  43. &sata {
  44. /delete-property/ dma-coherent;
  45. };
  46. &pcie0 {
  47. /delete-property/ dma-coherent;
  48. };
  49. &pcie1 {
  50. /delete-property/ dma-coherent;
  51. };
  52. &pcie2 {
  53. /delete-property/ dma-coherent;
  54. };