repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
arm64
/
boot
/
dts
/
arm
/
rtsm_ve-motherboard-rs2.dtsi
blob
60703b5763c6a3625d8db54a289241333e1ffe35
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* ARM Ltd. Fast Models
4
*
5
* "rs2" extension for the v2m motherboard
6
*/
7
/ {
8
bus@8000000 {
9
motherboard {
10
arm,v2m-memory-map = "rs2";
11
12
iofpga@3,00000000 {
13
virtio-p9@140000 {
14
compatible = "virtio,mmio";
15
reg = <0x140000 0x200>;
16
interrupts = <43>;
17
};
18
19
virtio-net@150000 {
20
compatible = "virtio,mmio";
21
reg = <0x150000 0x200>;
22
interrupts = <44>;
23
};
24
};
25
};
26
};
27
};