projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm: mvebu: add nand pins
[oweals/u-boot.git]
/
arch
/
arm
/
dts
/
pcm052.dts
1
/*
2
* Copyright 2016 Toradex AG
3
*
4
* SPDX-License-Identifier: GPL-2.0+ or X11
5
*/
6
7
/dts-v1/;
8
#include "vf.dtsi"
9
10
/ {
11
model = "Phytec phyCORE-Vybrid";
12
compatible = "phytec,pcm052", "fsl,vf610";
13
14
chosen {
15
stdout-path = &uart1;
16
};
17
18
};
19
20
&uart1 {
21
status = "okay";
22
};