1*bc3d3447SDaniel Thompson/* 2*bc3d3447SDaniel Thompson * ARM Ltd. 3*bc3d3447SDaniel Thompson * 4*bc3d3447SDaniel Thompson * ARMv8 Foundation model DTS (spin table configuration) 5*bc3d3447SDaniel Thompson */ 6*bc3d3447SDaniel Thompson 7*bc3d3447SDaniel Thompson&cpu0 { 8*bc3d3447SDaniel Thompson enable-method = "spin-table"; 9*bc3d3447SDaniel Thompson cpu-release-addr = <0x0 0x8000fff8>; 10*bc3d3447SDaniel Thompson}; 11*bc3d3447SDaniel Thompson 12*bc3d3447SDaniel Thompson&cpu1 { 13*bc3d3447SDaniel Thompson enable-method = "spin-table"; 14*bc3d3447SDaniel Thompson cpu-release-addr = <0x0 0x8000fff8>; 15*bc3d3447SDaniel Thompson}; 16*bc3d3447SDaniel Thompson 17*bc3d3447SDaniel Thompson&cpu2 { 18*bc3d3447SDaniel Thompson enable-method = "spin-table"; 19*bc3d3447SDaniel Thompson cpu-release-addr = <0x0 0x8000fff8>; 20*bc3d3447SDaniel Thompson}; 21*bc3d3447SDaniel Thompson 22*bc3d3447SDaniel Thompson&cpu3 { 23*bc3d3447SDaniel Thompson enable-method = "spin-table"; 24*bc3d3447SDaniel Thompson cpu-release-addr = <0x0 0x8000fff8>; 25*bc3d3447SDaniel Thompson}; 26