Deleted Added
full compact
beri-sim.dts (262614) beri-sim.dts (262725)
1/*-
2 * Copyright (c) 2012-2013 Robert N. M. Watson
3 * Copyright (c) 2013 SRI International
4 * All rights reserved.
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
8 * ("CTSRD"), as part of the DARPA CRASH research programme.

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
1/*-
2 * Copyright (c) 2012-2013 Robert N. M. Watson
3 * Copyright (c) 2013 SRI International
4 * All rights reserved.
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
8 * ("CTSRD"), as part of the DARPA CRASH research programme.

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/boot/fdt/dts/mips/beri-sim.dts 262614 2014-02-28 18:29:09Z imp $
31 * $FreeBSD: head/sys/boot/fdt/dts/mips/beri-sim.dts 262725 2014-03-04 03:19:26Z imp $
32 */
33
34/dts-v1/;
35
36/*
37 * Device names here have been largely made up on the spot, especially for the
38 * "compatible" strings, and might want to be revised.
39 *

--- 19 unchanged lines hidden (view full) ---

59 */
60 status = "disabled";
61 enable-method = "spin-table";
62
63 cpu@0 {
64 device-type = "cpu";
65 compatible = "sri-cambridge,beri";
66
32 */
33
34/dts-v1/;
35
36/*
37 * Device names here have been largely made up on the spot, especially for the
38 * "compatible" strings, and might want to be revised.
39 *

--- 19 unchanged lines hidden (view full) ---

59 */
60 status = "disabled";
61 enable-method = "spin-table";
62
63 cpu@0 {
64 device-type = "cpu";
65 compatible = "sri-cambridge,beri";
66
67 reg = <0>;
67 reg = <0 1>;
68 status = "okay";
69 };
70
71/*
72 cpu@1 {
73 device-type = "cpu";
74 compatible = "sri-cambridge,beri";
75
68 status = "okay";
69 };
70
71/*
72 cpu@1 {
73 device-type = "cpu";
74 compatible = "sri-cambridge,beri";
75
76 reg = <1>;
76 reg = <1 1>;
77 // XXX: should we need cached prefix?
78 cpu-release-addr = <0xffffffff 0x800fffe0>;
79 };
80*/
81 };
82
83 soc {
84 #address-cells = <1>;

--- 60 unchanged lines hidden ---
77 // XXX: should we need cached prefix?
78 cpu-release-addr = <0xffffffff 0x800fffe0>;
79 };
80*/
81 };
82
83 soc {
84 #address-cells = <1>;

--- 60 unchanged lines hidden ---