bcm2711.dtsi (a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0) bcm2711.dtsi (522c35e08b53f157ad3e51848caa861b258001e4)
1// SPDX-License-Identifier: GPL-2.0
2#include "bcm283x.dtsi"
3
4#include <dt-bindings/interrupt-controller/arm-gic.h>
5#include <dt-bindings/soc/bcm2835-pm.h>
6
7/ {
8 compatible = "brcm,bcm2711";

--- 590 unchanged lines hidden (view full) ---

599 compatible = "brcm,genet-mdio-v5";
600 reg = <0xe14 0x8>;
601 reg-names = "mdio";
602 #address-cells = <0x1>;
603 #size-cells = <0x0>;
604 };
605 };
606
1// SPDX-License-Identifier: GPL-2.0
2#include "bcm283x.dtsi"
3
4#include <dt-bindings/interrupt-controller/arm-gic.h>
5#include <dt-bindings/soc/bcm2835-pm.h>
6
7/ {
8 compatible = "brcm,bcm2711";

--- 590 unchanged lines hidden (view full) ---

599 compatible = "brcm,genet-mdio-v5";
600 reg = <0xe14 0x8>;
601 reg-names = "mdio";
602 #address-cells = <0x1>;
603 #size-cells = <0x0>;
604 };
605 };
606
607 xhci: usb@7e9c0000 {
608 compatible = "brcm,bcm2711-xhci", "brcm,xhci-brcm-v2";
609 reg = <0x0 0x7e9c0000 0x100000>;
610 #address-cells = <1>;
611 #size-cells = <0>;
612 interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
613 /* DWC2 and this IP block share the same USB PHY,
614 * enabling both at the same time results in lockups.
615 * So keep this node disabled and let the bootloader
616 * decide which interface should be enabled.
617 */
618 status = "disabled";
619 };
620
607 v3d: gpu@7ec00000 {
608 compatible = "brcm,2711-v3d";
609 reg = <0x0 0x7ec00000 0x4000>,
610 <0x0 0x7ec04000 0x4000>;
611 reg-names = "hub", "core0";
612
613 power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
614 resets = <&pm BCM2835_RESET_V3D>;

--- 558 unchanged lines hidden ---
621 v3d: gpu@7ec00000 {
622 compatible = "brcm,2711-v3d";
623 reg = <0x0 0x7ec00000 0x4000>,
624 <0x0 0x7ec04000 0x4000>;
625 reg-names = "hub", "core0";
626
627 power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
628 resets = <&pm BCM2835_RESET_V3D>;

--- 558 unchanged lines hidden ---