Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <mahamble@broadcom.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Mark Hambleton and committed by
Catalin Marinas
1bb2cbb6 e26db3f3

+6
+6
arch/arm64/boot/dts/rtsm_ve-motherboard.dtsi
··· 183 183 clocks = <&v2m_oscclk1>, <&v2m_clk24mhz>; 184 184 clock-names = "clcdclk", "apb_pclk"; 185 185 }; 186 + 187 + virtio_block@0130000 { 188 + compatible = "virtio,mmio"; 189 + reg = <0x130000 0x200>; 190 + interrupts = <42>; 191 + }; 186 192 }; 187 193 188 194 v2m_fixed_3v3: fixedregulator@0 {