xref: /freebsd-src/sys/contrib/device-tree/src/powerpc/o2mnt.dts (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later
2*c66ec88fSEmmanuel Vadot/*
3*c66ec88fSEmmanuel Vadot * O2MNT Device Tree Source
4*c66ec88fSEmmanuel Vadot *
5*c66ec88fSEmmanuel Vadot * Copyright (C) 2012 DENX Software Engineering
6*c66ec88fSEmmanuel Vadot * Anatolij Gustschin <agust@denx.de>
7*c66ec88fSEmmanuel Vadot */
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot/include/ "o2d.dtsi"
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadot/ {
12*c66ec88fSEmmanuel Vadot	model = "ifm,o2mnt";
13*c66ec88fSEmmanuel Vadot	compatible = "ifm,o2d";
14*c66ec88fSEmmanuel Vadot
15*c66ec88fSEmmanuel Vadot	localbus {
16*c66ec88fSEmmanuel Vadot		flash@0,0 {
17*c66ec88fSEmmanuel Vadot			partition@60000 {
18*c66ec88fSEmmanuel Vadot				label = "kernel";
19*c66ec88fSEmmanuel Vadot				reg = <0x00060000 0x00260000>;
20*c66ec88fSEmmanuel Vadot				read-only;
21*c66ec88fSEmmanuel Vadot			};
22*c66ec88fSEmmanuel Vadot			/* add o2mnt specific partitions */
23*c66ec88fSEmmanuel Vadot			partition@2c0000 {
24*c66ec88fSEmmanuel Vadot				label = "o2mnt user defined";
25*c66ec88fSEmmanuel Vadot				reg = <0x002c0000 0x00d40000>;
26*c66ec88fSEmmanuel Vadot			};
27*c66ec88fSEmmanuel Vadot		};
28*c66ec88fSEmmanuel Vadot	};
29*c66ec88fSEmmanuel Vadot};
30