Lines Matching full:node

163     /* Only one DT node per (big) core */  in pnv_dt_core()
502 int node; in pnv_dt_rtc() local
505 node = fdt_add_subnode(fdt, lpc_off, name); in pnv_dt_rtc()
506 _FDT(node); in pnv_dt_rtc()
509 _FDT((fdt_setprop(fdt, node, "reg", io_regs, sizeof(io_regs)))); in pnv_dt_rtc()
510 _FDT((fdt_setprop_string(fdt, node, "compatible", "pnpPNP,b00"))); in pnv_dt_rtc()
524 int node; in pnv_dt_serial() local
529 node = fdt_add_subnode(fdt, lpc_off, name); in pnv_dt_serial()
530 _FDT(node); in pnv_dt_serial()
533 _FDT((fdt_setprop(fdt, node, "reg", io_regs, sizeof(io_regs)))); in pnv_dt_serial()
534 _FDT((fdt_setprop(fdt, node, "compatible", compatible, in pnv_dt_serial()
537 _FDT((fdt_setprop_cell(fdt, node, "clock-frequency", 1843200))); in pnv_dt_serial()
538 _FDT((fdt_setprop_cell(fdt, node, "current-speed", 115200))); in pnv_dt_serial()
539 _FDT((fdt_setprop_cell(fdt, node, "interrupts", irq))); in pnv_dt_serial()
540 _FDT((fdt_setprop_cell(fdt, node, "interrupt-parent", in pnv_dt_serial()
544 _FDT((fdt_setprop_string(fdt, node, "device_type", "serial"))); in pnv_dt_serial()
558 int node; in pnv_dt_ipmi_bt() local
566 node = fdt_add_subnode(fdt, lpc_off, name); in pnv_dt_ipmi_bt()
567 _FDT(node); in pnv_dt_ipmi_bt()
570 _FDT((fdt_setprop(fdt, node, "reg", io_regs, sizeof(io_regs)))); in pnv_dt_ipmi_bt()
571 _FDT((fdt_setprop(fdt, node, "compatible", compatible, in pnv_dt_ipmi_bt()
575 _FDT((fdt_setprop_string(fdt, node, "status", "reserved"))); in pnv_dt_ipmi_bt()
576 _FDT((fdt_setprop_cell(fdt, node, "interrupts", irq))); in pnv_dt_ipmi_bt()
577 _FDT((fdt_setprop_cell(fdt, node, "interrupt-parent", in pnv_dt_ipmi_bt()
654 /* /qemu node */ in pnv_dt_create()
657 /* Root node */ in pnv_dt_create()
699 /* Create an extra node for power management on machines that support it */ in pnv_dt_create()
1271 * 49:52 Node ID
1304 * 49:52 Node ID