projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54473c
)
dm: arm: Bring in skeleton64 device tree file from Linux
author
[email protected]
<
[email protected]
>
Tue, 24 Mar 2015 13:12:13 +0000
(21:12 +0800)
committer
Simon Glass
<
[email protected]
>
Sat, 18 Apr 2015 17:11:17 +0000
(11:11 -0600)
Backport of kernel commits:
7c14f6c719de092d69c81877786e83ce7ae1a860
35faad2a1563b3d4dc983a82ac41033fe053870c
Signed-off-by: Haikun Wang <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
arch/arm/dts/skeleton64.dtsi
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/arm/dts/skeleton64.dtsi
b/arch/arm/dts/skeleton64.dtsi
new file mode 100644
(file)
index 0000000..
b5d7f36
--- /dev/null
+++ b/
arch/arm/dts/skeleton64.dtsi
@@ -0,0
+1,13
@@
+/*
+ * Skeleton device tree in the 64 bits version; the bare minimum
+ * needed to boot; just include and add a compatible value. The
+ * bootloader will typically populate the memory node.
+ */
+
+/ {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ chosen { };
+ aliases { };
+ memory { device_type = "memory"; reg = <0 0 0 0>; };
+};