xref: /freebsd/sys/contrib/device-tree/src/arm/st/stih407-b2120.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
4*f126890aSEmmanuel Vadot * Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "stih407.dtsi"
8*f126890aSEmmanuel Vadot#include "stihxxx-b2120.dtsi"
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	model = "STiH407 B2120";
11*f126890aSEmmanuel Vadot	compatible = "st,stih407-b2120", "st,stih407";
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot	chosen {
14*f126890aSEmmanuel Vadot		stdout-path = &sbc_serial0;
15*f126890aSEmmanuel Vadot	};
16*f126890aSEmmanuel Vadot
17*f126890aSEmmanuel Vadot	memory@40000000 {
18*f126890aSEmmanuel Vadot		device_type = "memory";
19*f126890aSEmmanuel Vadot		reg = <0x40000000 0x80000000>;
20*f126890aSEmmanuel Vadot	};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot	aliases {
23*f126890aSEmmanuel Vadot		serial0 = &sbc_serial0;
24*f126890aSEmmanuel Vadot		ethernet0 = &ethernet0;
25*f126890aSEmmanuel Vadot	};
26*f126890aSEmmanuel Vadot
27*f126890aSEmmanuel Vadot};
28