Newer
Older
barebox / dts / src / arm64 / arm / foundation-v8-spin-table.dtsi
@Sascha Hauer Sascha Hauer on 28 Nov 2017 403 bytes dts: update to v4.15-rc1
/*
 * ARM Ltd.
 *
 * ARMv8 Foundation model DTS (spin table configuration)
 */

&cpu0 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu1 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu2 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};

&cpu3 {
	enable-method = "spin-table";
	cpu-release-addr = <0x0 0x8000fff8>;
};