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