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

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

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

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

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

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

61 */
62 status = "disabled";
63 enable-method = "spin-table";
64
65 cpu@0 {
66 device-type = "cpu";
67 compatible = "sri-cambridge,beri";
68
37 */
38
39/dts-v1/;
40
41/*
42 * Device names here have been largely made up on the spot, especially for the
43 * "compatible" strings, and might want to be revised.
44 */

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

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

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

--- 49 unchanged lines hidden ---