blob: 8b3c21d9f333a16ed94d3f84ea55c54adb9756b3 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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
Tom Rini53633a82024-02-29 12:33:36 -050010&hdmi {
11 clocks = <&firmware_clocks 9>,
12 <&firmware_clocks 13>;
13 clock-names = "pixel", "hdmi";
14};
15
16&v3d {
17 power-domains = <&power RPI_POWER_DOMAIN_V3D>;
18};
19
20&vec {
21 clocks = <&firmware_clocks 15>;
22};