blob: c8ad905d03094008501e3bc42ade018e61eb0264 [file] [log] [blame]
Maxime Coquelin2e86cd22014-02-27 13:33:27 +01001/*
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/;
Gabriel FERNANDEZa01a35e2015-01-14 16:47:00 +010010#include "stih407.dtsi"
Lee Jones2cdce7a2015-05-11 16:12:00 +020011#include "stihxxx-b2120.dtsi"
Maxime Coquelin2e86cd22014-02-27 13:33:27 +010012/ {
13 model = "STiH407 B2120";
14 compatible = "st,stih407-b2120", "st,stih407";
15
16 chosen {
Peter Griffinf6b1e682014-11-17 17:48:00 +010017 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
Maxime Coquelin2e86cd22014-02-27 13:33:27 +010018 linux,stdout-path = &sbc_serial0;
19 };
20
21 memory {
22 device_type = "memory";
23 reg = <0x40000000 0x80000000>;
24 };
25
26 aliases {
27 ttyAS0 = &sbc_serial0;
Maxime Coquelin60dfa242015-10-01 17:45:46 +020028 ethernet0 = &ethernet0;
Maxime Coquelin2e86cd22014-02-27 13:33:27 +010029 };
30
Maxime Coquelin2e86cd22014-02-27 13:33:27 +010031};