1 // SPDX-License-Identifier: GPL-2.0-or-later << 2 /* 1 /* 3 * O2D300 Device Tree Source 2 * O2D300 Device Tree Source 4 * 3 * 5 * Copyright (C) 2012 DENX Software Engineerin 4 * Copyright (C) 2012 DENX Software Engineering 6 * Anatolij Gustschin <agust@denx.de> 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. 7 */ 11 */ 8 12 9 /include/ "o2d.dtsi" 13 /include/ "o2d.dtsi" 10 14 11 / { 15 / { 12 model = "ifm,o2d300"; 16 model = "ifm,o2d300"; 13 compatible = "ifm,o2d"; 17 compatible = "ifm,o2d"; 14 18 15 localbus { 19 localbus { 16 ranges = <0 0 0xfc000000 0x020 20 ranges = <0 0 0xfc000000 0x02000000 17 3 0 0xe3000000 0x001 21 3 0 0xe3000000 0x00100000>; 18 flash@0,0 { 22 flash@0,0 { 19 compatible = "cfi-flas 23 compatible = "cfi-flash"; 20 reg = <0 0 0x02000000> 24 reg = <0 0 0x02000000>; 21 bank-width = <2>; 25 bank-width = <2>; 22 device-width = <2>; 26 device-width = <2>; 23 #size-cells = <1>; 27 #size-cells = <1>; 24 #address-cells = <1>; 28 #address-cells = <1>; 25 29 26 partition@40000 { 30 partition@40000 { 27 label = "env_1 31 label = "env_1"; 28 reg = <0x00040 32 reg = <0x00040000 0x00020000>; 29 read-only; 33 read-only; 30 }; 34 }; 31 partition@60000 { 35 partition@60000 { 32 label = "env_2 36 label = "env_2"; 33 reg = <0x00060 37 reg = <0x00060000 0x00020000>; 34 read-only; 38 read-only; 35 }; 39 }; 36 partition@80000 { 40 partition@80000 { 37 label = "kerne 41 label = "kernel"; 38 reg = <0x00080 42 reg = <0x00080000 0x00260000>; 39 read-only; 43 read-only; 40 }; 44 }; 41 /* o2d300 specific par 45 /* o2d300 specific partitions */ 42 partition@2e0000 { 46 partition@2e0000 { 43 label = "o2d30 47 label = "o2d300 user defined"; 44 reg = <0x002e0 48 reg = <0x002e0000 0x01d20000>; 45 }; 49 }; 46 }; 50 }; 47 }; 51 }; 48 }; 52 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.