]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/stih407-b2120.dts
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / stih407-b2120.dts
CommitLineData
2e86cd21
MC
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/;
a01a35e0 10#include "stih407.dtsi"
2cdce7a9 11#include "stihxxx-b2120.dtsi"
2e86cd21
MC
12/ {
13 model = "STiH407 B2120";
14 compatible = "st,stih407-b2120", "st,stih407";
15
16 chosen {
f6b1e68a 17 bootargs = "console=ttyAS0,115200 clk_ignore_unused";
2e86cd21
MC
18 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;
60dfa245 28 ethernet0 = &ethernet0;
2e86cd21
MC
29 };
30
2e86cd21 31};