mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
28 lines
462 B
Plaintext
28 lines
462 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* ARM Ltd. Fast Models
|
|
*
|
|
* "rs2" extension for the v2m motherboard
|
|
*/
|
|
/ {
|
|
bus@8000000 {
|
|
motherboard-bus {
|
|
arm,v2m-memory-map = "rs2";
|
|
|
|
iofpga-bus@300000000 {
|
|
virtio-p9@140000 {
|
|
compatible = "virtio,mmio";
|
|
reg = <0x140000 0x200>;
|
|
interrupts = <43>;
|
|
};
|
|
|
|
virtio-net@150000 {
|
|
compatible = "virtio,mmio";
|
|
reg = <0x150000 0x200>;
|
|
interrupts = <44>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|