Loading...
1/*
2 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
3 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9/dts-v1/;
10#include "stih407.dtsi"
11#include "stihxxx-b2120.dtsi"
12/ {
13 model = "STiH407 B2120";
14 compatible = "st,stih407-b2120", "st,stih407";
15
16 chosen {
17 bootargs = "clk_ignore_unused";
18 stdout-path = &sbc_serial0;
19 };
20
21 memory@40000000 {
22 device_type = "memory";
23 reg = <0x40000000 0x80000000>;
24 };
25
26 aliases {
27 serial0 = &sbc_serial0;
28 ethernet0 = ðernet0;
29 };
30
31};
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
4 * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
5 */
6/dts-v1/;
7#include "stih407.dtsi"
8#include "stihxxx-b2120.dtsi"
9/ {
10 model = "STiH407 B2120";
11 compatible = "st,stih407-b2120", "st,stih407";
12
13 chosen {
14 bootargs = "clk_ignore_unused";
15 stdout-path = &sbc_serial0;
16 };
17
18 memory@40000000 {
19 device_type = "memory";
20 reg = <0x40000000 0x80000000>;
21 };
22
23 aliases {
24 serial0 = &sbc_serial0;
25 ethernet0 = ðernet0;
26 };
27
28};