Searched refs:of_chosen (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/core/
H A Dof_access.c42 static struct device_node *of_chosen; variable in typeref:struct:device_node
838 of_chosen = of_find_node_by_path("/chosen");
839 if (of_chosen == NULL)
840 of_chosen = of_find_node_by_path("/chosen@0");
842 if (of_chosen) {
845 name = of_get_property(of_chosen, "stdout-path", NULL);

Completed in 106 milliseconds