Skip to content
Snippets Groups Projects
Commit 16bac97c authored by Dmitry Petrov's avatar Dmitry Petrov
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.

(cherry picked from commit 518566e856ed0aa8e127a1eda48c6392a39e4e86)
parent 9e591387
No related branches found
No related tags found
1 merge request!465logo: 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