0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * O2MNT Device Tree Source
0004 *
0005 * Copyright (C) 2012 DENX Software Engineering
0006 * Anatolij Gustschin <agust@denx.de>
0007 */
0008
0009 /include/ "o2d.dtsi"
0010
0011 / {
0012 model = "ifm,o2mnt";
0013 compatible = "ifm,o2d";
0014
0015 localbus {
0016 flash@0,0 {
0017 partition@60000 {
0018 label = "kernel";
0019 reg = <0x00060000 0x00260000>;
0020 read-only;
0021 };
0022 /* add o2mnt specific partitions */
0023 partition@2c0000 {
0024 label = "o2mnt user defined";
0025 reg = <0x002c0000 0x00d40000>;
0026 };
0027 };
0028 };
0029 };