Loading...
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * O2I Device Tree Source
4 *
5 * Copyright (C) 2012 DENX Software Engineering
6 * Anatolij Gustschin <agust@denx.de>
7 */
8
9/include/ "o2d.dtsi"
10
11/ {
12 model = "ifm,o2i";
13 compatible = "ifm,o2d";
14
15 localbus {
16 flash@0,0 {
17 partition@60000 {
18 label = "kernel";
19 reg = <0x00060000 0x00260000>;
20 read-only;
21 };
22 /* o2i specific partitions */
23 partition@2c0000 {
24 label = "o2i user defined";
25 reg = <0x002c0000 0x00d40000>;
26 };
27 };
28 };
29};
1/*
2 * O2I Device Tree Source
3 *
4 * Copyright (C) 2012 DENX Software Engineering
5 * Anatolij Gustschin <agust@denx.de>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */
12
13/include/ "o2d.dtsi"
14
15/ {
16 model = "ifm,o2i";
17 compatible = "ifm,o2d";
18
19 localbus {
20 flash@0,0 {
21 partition@60000 {
22 label = "kernel";
23 reg = <0x00060000 0x00260000>;
24 read-only;
25 };
26 /* o2i specific partitions */
27 partition@2c0000 {
28 label = "o2i user defined";
29 reg = <0x002c0000 0x00d40000>;
30 };
31 };
32 };
33};