Commit 1b36c0d0 authored by Eddie James's avatar Eddie James Committed by Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Add second cfam on the hub



The hub FSI master can access the cfams on two other processors. Reflect
this by adding a second cfam to the first hub description.

Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Tested-by: default avatarAndrew Geissler <geissonator@yahoo.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 080f88e8
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -183,6 +183,38 @@
			no-scan-on-init;
		};
	};

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

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

		sbefifo@2400 {
			compatible = "ibm,p9-sbefifo";
			reg = <0x2400 0x400>;
			#address-cells = <1>;
			#size-cells = <0>;

			fsi_occ2: occ {
				compatible = "ibm,p9-occ";
			};
		};

		fsi_hub2: hub@3400 {
			compatible = "fsi-master-hub";
			reg = <0x3400 0x400>;
			#address-cells = <2>;
			#size-cells = <0>;

			no-scan-on-init;
		};
	};
};

/* Legacy OCC numbering (to get rid of when userspace is fixed) */
@@ -194,6 +226,10 @@
	reg = <2>;
};

&fsi_occ2 {
	reg = <3>;
};

&ibt {
	status = "okay";
};