]> Git Repo - linux.git/blobdiff - arch/arm/boot/dts/bcm-nsp.dtsi
Merge tag 'arm-dt-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux.git] / arch / arm / boot / dts / bcm-nsp.dtsi
index 1c4a46e350e3a9efa5335f52607cffdc1632af65..0346ea621f0f930add2149c4b0817052d4a12606 100644 (file)
                        status = "disabled";
                };
 
-               dma@20000 {
+               dma: dma@20000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x20000 0x1000>;
                        interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
                        clocks = <&iprocslow>;
                        clock-names = "apb_pclk";
                        #dma-cells = <1>;
+                       dma-coherent;
+                       status = "disabled";
                };
 
                sdio: sdhci@21000 {
                        status = "disabled";
                };
 
-               mailbox: mailbox@25000 {
+               mailbox: mailbox@25c00 {
                        compatible = "brcm,iproc-fa2-mbox";
-                       reg = <0x25000 0x445>;
-                       interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
+                       reg = <0x25c00 0x400>;
+                       interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>;
                        #mbox-cells = <1>;
                        brcm,rx-status-len = <32>;
                        brcm,use-bcm-hdr;
This page took 0.056165 seconds and 4 git commands to generate.