xref: /OK3568_Linux_fs/kernel/arch/arm/boot/dts/bcm2835-rpi-common.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun// SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun/*
3*4882a593Smuzhiyun * This include file covers the common peripherals and configuration between
4*4882a593Smuzhiyun * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
5*4882a593Smuzhiyun * firmware interface.
6*4882a593Smuzhiyun */
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun#include <dt-bindings/power/raspberrypi-power.h>
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun&v3d {
11*4882a593Smuzhiyun	power-domains = <&power RPI_POWER_DOMAIN_V3D>;
12*4882a593Smuzhiyun};
13