diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts index f5bd44ea2bf19..ec2a40447176c 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -163,7 +163,7 @@ i2c6 = &i2c6; /delete-property/ ethernet; /delete-property/ intc; - pcie0 = &pcie_0; + pcie0 = &pcie0; }; /delete-node/ wifi-pwrseq; diff --git a/arch/arm/boot/dts/bcm2711-rpi.dtsi b/arch/arm/boot/dts/bcm2711-rpi.dtsi index a71b2eb74723f..18ba012413aaf 100644 --- a/arch/arm/boot/dts/bcm2711-rpi.dtsi +++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi @@ -66,47 +66,6 @@ <0x0 0x00000000 0x0 0x00000000 0xfc000000>; dma-ranges = <0x0 0x00000000 0x0 0x00000000 0xfc000000>; - pcie_0: pcie@7d500000 { - reg = <0x0 0x7d500000 0x9310>, - <0x0 0x7e00f300 0x20>; - msi-controller; - msi-parent = <&pcie_0>; - #address-cells = <3>; - #interrupt-cells = <1>; - #size-cells = <2>; - bus-range = <0x0 0x01>; - compatible = "brcm,bcm2711b0-pcie", // Safe value - "brcm,bcm2711-pcie", - "brcm,pci-plat-dev"; - max-link-speed = <2>; - tot-num-pcie = <1>; - linux,pci-domain = <0>; - interrupts = , - ; - interrupt-names = "pcie", "msi"; - interrupt-map-mask = <0x0 0x0 0x0 0x7>; - interrupt-map = <0 0 0 1 &gicv2 GIC_SPI 143 - IRQ_TYPE_LEVEL_HIGH - 0 0 0 2 &gicv2 GIC_SPI 144 - IRQ_TYPE_LEVEL_HIGH - 0 0 0 3 &gicv2 GIC_SPI 145 - IRQ_TYPE_LEVEL_HIGH - 0 0 0 4 &gicv2 GIC_SPI 146 - IRQ_TYPE_LEVEL_HIGH>; - - /* Map outbound accesses from scb:0x6_00000000-03ffffff - * to pci:0x0_f8000000-fbffffff - */ - ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000 - 0x0 0x04000000>; - /* Map inbound accesses from pci:0x0_00000000..ffffffff - * to scb:0x0_00000000-ffffffff - */ - dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000 - 0x1 0x00000000>; - status = "okay"; - }; - dma40: dma@7e007b00 { compatible = "brcm,bcm2711-dma"; reg = <0x0 0x7e007b00 0x400>;