0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
0004 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
0005 */
0006 /dts-v1/;
0007 #include "stih407.dtsi"
0008 #include "stihxxx-b2120.dtsi"
0009 / {
0010 model = "STiH407 B2120";
0011 compatible = "st,stih407-b2120", "st,stih407";
0012
0013 chosen {
0014 stdout-path = &sbc_serial0;
0015 };
0016
0017 memory@40000000 {
0018 device_type = "memory";
0019 reg = <0x40000000 0x80000000>;
0020 };
0021
0022 aliases {
0023 serial0 = &sbc_serial0;
0024 ethernet0 = ðernet0;
0025 };
0026
0027 };