summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/r8a7778-bockw.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/r8a7778-bockw.dts')
-rw-r--r--arch/arm/boot/dts/r8a7778-bockw.dts32
1 files changed, 0 insertions, 32 deletions
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
deleted file mode 100644
index 0076b1e8a0fb..000000000000
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Reference Device Tree Source for the Bock-W board
- *
- * Copyright (C) 2013 Renesas Solutions Corp.
- * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
- *
- * based on r8a7779
- *
- * Copyright (C) 2013 Renesas Solutions Corp.
- * Copyright (C) 2013 Simon Horman
- *
- * This file is licensed under the terms of the GNU General Public License
- * version 2. This program is licensed "as is" without any warranty of any
- * kind, whether express or implied.
- */
-
-/dts-v1/;
-/include/ "r8a7778.dtsi"
-
-/ {
- model = "bockw";
- compatible = "renesas,bockw", "renesas,r8a7778";
-
- chosen {
- bootargs = "console=ttySC0,115200 ignore_loglevel ip=dhcp root=/dev/nfs";
- };
-
- memory {
- device_type = "memory";
- reg = <0x60000000 0x10000000>;
- };
-};