xref: /linux/drivers/misc/rp1/rp1-pci.dtso (revision 0f46f50845ce75bfaba62df0421084d23bb6a72f)
1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3/*
4 * The dts overlay is included from the dts directory so
5 * it can be possible to check it with CHECK_DTBS while
6 * also compile it from the driver source directory.
7 */
8
9/dts-v1/;
10/plugin/;
11
12/ {
13	fragment@0 {
14		target-path="";
15		__overlay__ {
16			compatible = "pci1de4,1";
17			#address-cells = <3>;
18			#size-cells = <2>;
19			interrupt-controller;
20			#interrupt-cells = <2>;
21
22			#include "arm64/broadcom/rp1-common.dtsi"
23		};
24	};
25};
26