1 // SPDX-License-Identifier: GPL-2.0-or-later 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 2 /* 3 * O2MNT Device Tree Source 3 * O2MNT Device Tree Source 4 * 4 * 5 * Copyright (C) 2012 DENX Software Engineerin 5 * Copyright (C) 2012 DENX Software Engineering 6 * Anatolij Gustschin <agust@denx.de> 6 * Anatolij Gustschin <agust@denx.de> 7 */ 7 */ 8 8 9 /include/ "o2d.dtsi" 9 /include/ "o2d.dtsi" 10 10 11 / { 11 / { 12 model = "ifm,o2mnt"; 12 model = "ifm,o2mnt"; 13 compatible = "ifm,o2d"; 13 compatible = "ifm,o2d"; 14 14 15 localbus { 15 localbus { 16 flash@0,0 { 16 flash@0,0 { 17 partition@60000 { 17 partition@60000 { 18 label = "kerne 18 label = "kernel"; 19 reg = <0x00060 19 reg = <0x00060000 0x00260000>; 20 read-only; 20 read-only; 21 }; 21 }; 22 /* add o2mnt specific 22 /* add o2mnt specific partitions */ 23 partition@2c0000 { 23 partition@2c0000 { 24 label = "o2mnt 24 label = "o2mnt user defined"; 25 reg = <0x002c0 25 reg = <0x002c0000 0x00d40000>; 26 }; 26 }; 27 }; 27 }; 28 }; 28 }; 29 }; 29 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.