repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git]
/
arch
/
arc
/
dts
/
axs103.dts
blob
6e2dd00fc37e4fe976ff4775b120c81727a63730
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (C) 2017 Synopsys, Inc. All rights reserved.
4
*/
5
/dts-v1/;
6
7
/include/ "axc003.dtsi"
8
/include/ "axs10x_mb.dtsi"
9
10
11
/ {
12
model = "snps,axs103";
13
14
chosen {
15
stdout-path = &uart0;
16
};
17
};
18