summaryrefslogtreecommitdiffstats
path: root/p9-host.dts.m4
blob: 5566acd4b2f5793ee6fb29c3582e005d671842f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/dts-v1/;

/ {
	#address-cells = <0x1>;
	#size-cells = <0x0>;

	/* Host based debugfs access */
	pib@0 {
	      compatible = "ibm,host-pib";
	      chip-id = <0x0>;
	      index = <0x0>;
	      include(p9-pib.dts.m4)dnl
	};

	pib@8 {
	      compatible = "ibm,host-pib";
	      chip-id = <0x8>;
	      index = <0x1>;
	      include(p9-pib.dts.m4)dnl
	};
};
OpenPOWER on IntegriCloud