Lines Matching full:node
134 Node = collections.namedtuple('Node', ['props'])
137 node = Node({'compatible': prop})
139 get_compat_name(node))
142 node = Node({'compatible': prop})
144 get_compat_name(node))
147 node = Node({'compatible': prop})
150 get_compat_name(node))
271 """Test output from a node containing a phandle reference"""
343 """Test output from a node containing a phandle reference"""
387 """Test a node containing an invalid phandle fails"""
393 self.assertIn("Cannot parse 'clocks' in node 'phandle-source'",
403 self.assertIn("Node 'phandle-target' has no '#clock-cells' property",
407 """Test output from a node with multiple compatible strings"""
437 """Test output from a node with a 'reg' property with na=2, ns=2"""
489 """Test output from a node with a 'reg' property with na=1, ns=1"""
529 """Test output from a node with a 'reg' property with na=2, ns=1"""
581 """Test output from a node with a 'reg' property with na=1, ns=2"""
639 self.assertIn("Node 'spl-test' reg property is not an int",
649 …self.assertIn("Node 'spl-test' reg property has 3 cells which is not a multiple of na + ns = 1 + 1…
653 """Test that a subequent node can add a new property to a struct"""