Skip to content
Snippets Groups Projects
Commit 518566e8 authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Mikhail Vanyulin
Browse files

arm:dts:nallino: Add empty reserved-memory node

The 'reserved-memory' node must exist in device tree, so that we can apply
the DT overlay to reserve memory for a custom logo.
parent 492a65c2
No related branches found
No related tags found
1 merge request!273logo: add mem logo
......@@ -44,6 +44,12 @@ memory@80000000 {
reg = <0x80000000 0x20000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
};
aliases {
serial0 = &uart2;
serial1 = &uart3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment