Index: boot/genarch/ofw_tree.c
===================================================================
--- boot/genarch/ofw_tree.c	(revision 398e7688de12da26b65b495b144b4116c331da05)
+++ boot/genarch/ofw_tree.c	(revision 36db5ac1d5864f5e63a519565d7d97f7fc18c184)
@@ -94,4 +94,5 @@
 	current_node->peer = NULL;
 	current_node->child = NULL;
+	current_node->node_handle = current;
 	current_node->properties = 0;
 	current_node->property = NULL;
Index: boot/genarch/ofw_tree.h
===================================================================
--- boot/genarch/ofw_tree.h	(revision 398e7688de12da26b65b495b144b4116c331da05)
+++ boot/genarch/ofw_tree.h	(revision 36db5ac1d5864f5e63a519565d7d97f7fc18c184)
@@ -44,4 +44,6 @@
 	ofw_tree_node_t *child;
 
+	uint32_t node_handle;			/**< Old OpenFirmware node handle. */
+
 	char *da_name;				/**< Disambigued name. */
 
