diff options
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content.tex b/content.tex index c4cbe81..240bafa 100644 --- a/content.tex +++ b/content.tex @@ -1681,10 +1681,10 @@ and interrupt(s) used. The suggested binding for systems using flattened device trees is shown in this example: \begin{lstlisting} -// EXAMPLE: virtio_block device taking 256 bytes at 0x1e000, interrupt 42. +// EXAMPLE: virtio_block device taking 512 bytes at 0x1e000, interrupt 42. virtio_block@1e000 { compatible = "virtio,mmio"; - reg = <0x1e000 0x100>; + reg = <0x1e000 0x200>; interrupts = <42>; } \end{lstlisting} |