summaryrefslogtreecommitdiff
path: root/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts
diff options
context:
space:
mode:
authorJagdish Gediya <jagdish.gediya@nxp.com>2018-09-03 21:35:08 +0530
committerYork Sun <york.sun@nxp.com>2018-09-27 10:13:51 -0700
commit9d368f32bc9ee5dd8cdfb4dd7dd394e9a0f00638 (patch)
tree29dd281e202d7c5c4a0e1498e40693021b5c1a6f /tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts
parent94b57db06986a4afc72040a1f803df68e92c4397 (diff)
binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
This entry contains the PowerPC mpc85xx boot page and resetvec sections. Signed-off-by: Jagdish Gediya <jagdish.gediya@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts')
-rw-r--r--tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts b/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts
new file mode 100644
index 0000000000..8f4b16c399
--- /dev/null
+++ b/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts
@@ -0,0 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright 2018 NXP
+ */
+
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ powerpc-mpc85xx-bootpg-resetvec {
+ };
+ };
+};