Skip to content
Snippets Groups Projects
Commit bb682001 authored by Timur Tabi's avatar Timur Tabi Committed by Gerald Van Baren
Browse files

fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()


Introduce two functions, fdt_verify_alias_address() and
fdt_get_base_address(), which can be used to verify the physical address
of a device in a device tree.

fdt_get_base_address() returns the base address of an SOC or PCI node.

fdt_verify_alias_address() prints a message if the address of a node
specified by an alias does not match the given physical address.

Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
parent d1c63148
No related branches found
No related tags found
Loading
Loading
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