2019-06-04 10:11:33 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2014-02-27 13:33:27 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2014 STMicroelectronics (R&D) Limited.
|
|
|
|
|
* Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
|
|
|
|
|
*/
|
|
|
|
|
/dts-v1/;
|
2015-01-14 16:47:00 +01:00
|
|
|
#include "stih407.dtsi"
|
2015-05-11 16:12:00 +02:00
|
|
|
#include "stihxxx-b2120.dtsi"
|
2014-02-27 13:33:27 +01:00
|
|
|
/ {
|
|
|
|
|
model = "STiH407 B2120";
|
|
|
|
|
compatible = "st,stih407-b2120", "st,stih407";
|
|
|
|
|
|
|
|
|
|
chosen {
|
2018-03-14 18:22:07 +01:00
|
|
|
bootargs = "clk_ignore_unused";
|
2018-02-28 16:41:15 -06:00
|
|
|
stdout-path = &sbc_serial0;
|
2014-02-27 13:33:27 +01:00
|
|
|
};
|
|
|
|
|
|
2018-01-08 11:20:42 +01:00
|
|
|
memory@40000000 {
|
2014-02-27 13:33:27 +01:00
|
|
|
device_type = "memory";
|
|
|
|
|
reg = <0x40000000 0x80000000>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
aliases {
|
2018-03-07 18:35:33 +01:00
|
|
|
serial0 = &sbc_serial0;
|
2015-10-01 17:45:46 +02:00
|
|
|
ethernet0 = ðernet0;
|
2014-02-27 13:33:27 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
};
|