]> Git Repo - J-linux.git/blob - drivers/of/empty_root.dts
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / of / empty_root.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 /dts-v1/;
3
4 / {
5         /*
6          * #address-cells/#size-cells are required properties at root node.
7          * Use 2 cells for both address cells and size cells in order to fully
8          * support 64-bit addresses and sizes on systems using this empty root
9          * node.
10          */
11         #address-cells = <0x02>;
12         #size-cells = <0x02>;
13 };
This page took 0.027588 seconds and 4 git commands to generate.