xref: /rk3399_rockchip-uboot/arch/x86/dts/skeleton.dtsi (revision 96764df1b47ddebfb50fadf5af72530b07b5fc89)
1*2712f088SSimon Glass/*
2*2712f088SSimon Glass * Skeleton device tree; the bare minimum needed to boot; just include and
3*2712f088SSimon Glass * add a compatible value.  The bootloader will typically populate the memory
4*2712f088SSimon Glass * node.
5*2712f088SSimon Glass */
6*2712f088SSimon Glass
7*2712f088SSimon Glass/ {
8*2712f088SSimon Glass	#address-cells = <1>;
9*2712f088SSimon Glass	#size-cells = <1>;
10*2712f088SSimon Glass	chosen { };
11*2712f088SSimon Glass	aliases { };
12*2712f088SSimon Glass	memory { device_type = "memory"; reg = <0 0>; };
13*2712f088SSimon Glass};
14