18c2ecf20Sopenharmony_ciBroadcom V3D GPU 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciOnly the Broadcom V3D 3.x and newer GPUs are covered by this binding. 48c2ecf20Sopenharmony_ciFor V3D 2.x, see brcm,bcm-vc4.txt. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciRequired properties: 78c2ecf20Sopenharmony_ci- compatible: Should be "brcm,7268-v3d" or "brcm,7278-v3d" 88c2ecf20Sopenharmony_ci- reg: Physical base addresses and lengths of the register areas 98c2ecf20Sopenharmony_ci- reg-names: Names for the register areas. The "hub" and "core0" 108c2ecf20Sopenharmony_ci register areas are always required. The "gca" register area 118c2ecf20Sopenharmony_ci is required if the GCA cache controller is present. The 128c2ecf20Sopenharmony_ci "bridge" register area is required if an external reset 138c2ecf20Sopenharmony_ci controller is not present. 148c2ecf20Sopenharmony_ci- interrupts: The interrupt numbers. The first interrupt is for the hub, 158c2ecf20Sopenharmony_ci while the following interrupts are separate interrupt lines 168c2ecf20Sopenharmony_ci for the cores (if they don't share the hub's interrupt). 178c2ecf20Sopenharmony_ci See bindings/interrupt-controller/interrupts.txt 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciOptional properties: 208c2ecf20Sopenharmony_ci- clocks: The core clock the unit runs on 218c2ecf20Sopenharmony_ci- resets: The reset line for v3d, if not using a mapping of the bridge 228c2ecf20Sopenharmony_ci See bindings/reset/reset.txt 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_civ3d { 258c2ecf20Sopenharmony_ci compatible = "brcm,7268-v3d"; 268c2ecf20Sopenharmony_ci reg = <0xf1204000 0x100>, 278c2ecf20Sopenharmony_ci <0xf1200000 0x4000>, 288c2ecf20Sopenharmony_ci <0xf1208000 0x4000>, 298c2ecf20Sopenharmony_ci <0xf1204100 0x100>; 308c2ecf20Sopenharmony_ci reg-names = "bridge", "hub", "core0", "gca"; 318c2ecf20Sopenharmony_ci interrupts = <0 78 4>, 328c2ecf20Sopenharmony_ci <0 77 4>; 338c2ecf20Sopenharmony_ci}; 34