Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bc7d3ed authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add Power9 and Power9 CFAM description



To be used by the OpenPower BMC machines.

This provides proper chip IDs but also adds the various sub-devices
necessary for the future OCC driver among other. All the added nodes
comply with the existing upstream FSI bindings.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Acked-by: default avatarJeremy Kerr <jk@ozlabs.org>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 459a6a2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -322,3 +322,5 @@
&adc {
	status = "okay";
};

#include "ibm-power9-dual.dtsi"
+22 −0
Original line number Diff line number Diff line
@@ -347,3 +347,25 @@
		line-name = "BMC_TPM_INT_N";
	};
};

&fsi {
	cfam@0,0 {
		reg = <0 0>;
		#address-cells = <1>;
		#size-cells = <1>;
		chip-id = <0>;

		scom@1000 {
			compatible = "ibm,fsi2pib";
			reg = <0x1000 0x400>;
		};

		fsi_hub0: hub@3400 {
			compatible = "ibm,fsi-master-hub";
			reg = <0x3400 0x400>;
			#address-cells = <2>;
			#size-cells = <0>;
			no-scan-on-init;
		};
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -304,3 +304,5 @@
&adc {
	status = "okay";
};

#include "ibm-power9-dual.dtsi"
+2 −0
Original line number Diff line number Diff line
@@ -640,3 +640,5 @@
&vhub {
	status = "okay";
};

#include "ibm-power9-dual.dtsi"
+2 −0
Original line number Diff line number Diff line
@@ -435,3 +435,5 @@
&ibt {
	status = "okay";
};

#include "ibm-power9-dual.dtsi"
Loading