From: Mark Hambleton Date: Tue, 3 Dec 2013 19:58:42 +0000 (+0000) Subject: arm64: dts: Add a virtio disk to the RTSM motherboard X-Git-Tag: firefly_0821_release~176^2~4494^2~37 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1bb2cbb6a5182c9be5dd162ba06986f11d2cbbc0;p=firefly-linux-kernel-4.4.55.git arm64: dts: Add a virtio disk to the RTSM motherboard Describe the virtio device so we can mount disk images in the simulator. [Reduced the size of the region based on feedback from review -- broonie] Signed-off-by: Mark Hambleton Signed-off-by: Mark Brown Acked-by: Will Deacon Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi b/arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi index b45e5f39f577..2f2ecd217363 100644 --- a/arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi +++ b/arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi @@ -183,6 +183,12 @@ clocks = <&v2m_oscclk1>, <&v2m_clk24mhz>; clock-names = "clcdclk", "apb_pclk"; }; + + virtio_block@0130000 { + compatible = "virtio,mmio"; + reg = <0x130000 0x200>; + interrupts = <42>; + }; }; v2m_fixed_3v3: fixedregulator@0 {