Commit f1494a85 authored by Eric Anholt's avatar Eric Anholt Committed by Florian Fainelli
Browse files

ARM: dts: Cygnus: Add BCM11360's V3D device



This loads the VC4 driver on the 911360_entphn platform (with the
corresponding series sent to dri-devel), which is supported by master
of the Mesa tree.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 23f1eca6
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -386,6 +386,19 @@
			status = "disabled";
		};

		v3d: v3d@180a2000 {
			compatible = "brcm,cygnus-v3d";
			reg = <0x180a2000 0x1000>;
			clocks = <&mipipll BCM_CYGNUS_MIPIPLL_CH2_V3D>;
			clock-names = "v3d_clk";
			interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
			status = "disabled";
		};

		vc4: gpu {
			compatible = "brcm,cygnus-vc4";
		};

		adc: adc@180a6000 {
			compatible = "brcm,iproc-static-adc";
			#io-channel-cells = <1>;
+8 −0
Original line number Diff line number Diff line
@@ -57,6 +57,14 @@
	};
};

&v3d {
	assigned-clocks =
		<&mipipll BCM_CYGNUS_MIPIPLL>,
		<&mipipll BCM_CYGNUS_MIPIPLL_CH2_V3D>;
	assigned-clock-rates = <525000000>, <300000000>;
	status = "okay";
};

&uart3 {
	status = "okay";
};