xref: /kernel/linux/linux-5.10/arch/powerpc/boot/dts/o2i.dts
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/powerpc/boot/dts/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * O2I Device Tree Source
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2012 DENX Software Engineering
68c2ecf20Sopenharmony_ci * Anatolij Gustschin <agust@denx.de>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/include/ "o2d.dtsi"
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/ {
128c2ecf20Sopenharmony_ci	model = "ifm,o2i";
138c2ecf20Sopenharmony_ci	compatible = "ifm,o2d";
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci	localbus {
168c2ecf20Sopenharmony_ci		flash@0,0 {
178c2ecf20Sopenharmony_ci			partition@60000 {
188c2ecf20Sopenharmony_ci				label = "kernel";
198c2ecf20Sopenharmony_ci				reg = <0x00060000 0x00260000>;
208c2ecf20Sopenharmony_ci				read-only;
218c2ecf20Sopenharmony_ci			};
228c2ecf20Sopenharmony_ci			/* o2i specific partitions */
238c2ecf20Sopenharmony_ci			partition@2c0000 {
248c2ecf20Sopenharmony_ci				label = "o2i user defined";
258c2ecf20Sopenharmony_ci				reg = <0x002c0000 0x00d40000>;
268c2ecf20Sopenharmony_ci			};
278c2ecf20Sopenharmony_ci		};
288c2ecf20Sopenharmony_ci	};
298c2ecf20Sopenharmony_ci};
30

Indexes created Thu Nov 07 10:32:03 CST 2024