Lines Matching refs:node
99 struct device_node *node;
101 node = of_find_compatible_node(NULL, NULL, "actions,s500-timer");
102 if (!node) {
107 timer_base_addr = of_iomap(node, 0);
113 node = of_find_compatible_node(NULL, NULL, "actions,s500-sps");
114 if (!node) {
119 sps_base_addr = of_iomap(node, 0);
126 node = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-scu");
127 if (!node) {
132 scu_base_addr = of_iomap(node, 0);