cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bcm2835-rpi-common.dtsi (325B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * This include file covers the common peripherals and configuration between
      4 * bcm2835, bcm2836 and bcm2837 implementations that interact with RPi's
      5 * firmware interface.
      6 */
      7
      8#include <dt-bindings/power/raspberrypi-power.h>
      9
     10&v3d {
     11	power-domains = <&power RPI_POWER_DOMAIN_V3D>;
     12};