Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * This include file covers the common peripherals and configuration between
0004  * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
0005  * firmware interface.
0006  */
0007 
0008 #include <dt-bindings/power/raspberrypi-power.h>
0009 
0010 &v3d {
0011         power-domains = <&power RPI_POWER_DOMAIN_V3D>;
0012 };