Lines Matching full:node
262 debug("no cpu node fount\n"); in ft_fixup_l2cache()
574 int node; local
576 /* The l2switch node from device-tree has
578 node = fdt_node_offset_by_compatible(blob, -1, "vitesse-9953");
579 if (node == -FDT_ERR_NOTFOUND)
580 /* no l2switch node has been found */
589 /* Add MAC address to l2switch node */
590 fdt_setprop(blob, node, "local-mac-address", l2swaddr,
604 /* delete crypto node if not on an E-processor */
761 * that with the physical address of the first ns16550-compatible node
818 * The localbus node is typically a root node, even though the lbc
819 * controller is part of CCSR. If we were to put the lbc node under
820 * the SOC node, then the 'ranges' property in the lbc node would
821 * translate through the 'ranges' property of the parent SOC node, and
822 * we don't want that. Since it's a separate node, it's possible for