xref: /OK3568_Linux_fs/u-boot/arch/arm/dts/skeleton64.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/*
2*4882a593Smuzhiyun * Skeleton device tree in the 64 bits version; the bare minimum
3*4882a593Smuzhiyun * needed to boot; just include and add a compatible value.  The
4*4882a593Smuzhiyun * bootloader will typically populate the memory node.
5*4882a593Smuzhiyun */
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun/ {
8*4882a593Smuzhiyun	#address-cells = <2>;
9*4882a593Smuzhiyun	#size-cells = <2>;
10*4882a593Smuzhiyun	chosen { };
11*4882a593Smuzhiyun	aliases { };
12*4882a593Smuzhiyun	memory { device_type = "memory"; reg = <0 0 0 0>; };
13*4882a593Smuzhiyun};
14