Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c0f0ab53
Commit
c0f0ab53
authored
Mar 02, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Mar 02, 2021
Browse files
Merge "fdts: enable virtIO P9 device for morello fvp platform" into integration
parents
8ef06b6c
4bf98b27
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdts/morello-fvp.dts
View file @
c0f0ab53
...
@@ -92,6 +92,12 @@
...
@@ -92,6 +92,12 @@
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
};
};
virtio_p9@1c1a0000 {
compatible = "virtio,mmio";
reg = <0x0 0x1c1a0000 0x0 0x200>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
};
ethernet@1d100000 {
ethernet@1d100000 {
compatible = "smsc,lan91c111";
compatible = "smsc,lan91c111";
reg = <0x0 0x1d100000 0x0 0x10000>;
reg = <0x0 0x1d100000 0x0 0x10000>;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment