]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/arm/boot/dts/skeleton64.dtsi
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / arm / boot / dts / skeleton64.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Skeleton device tree in the 64 bits version; the bare minimum
4 * needed to boot; just include and add a compatible value. The
5 * bootloader will typically populate the memory node.
6 */
7
8 / {
9 #address-cells = <2>;
10 #size-cells = <2>;
11 chosen { };
12 aliases { };
13 memory { device_type = "memory"; reg = <0 0 0 0>; };
14 };