Lines Matching refs:node
249 const void *fdt, int node) in stm32_iwdg_parse_fdt() argument
255 _fdt_fill_device_info(fdt, &dt_info, node); in stm32_iwdg_parse_fdt()
261 res = clk_dt_get_by_name(fdt, node, "pclk", &iwdg->clock); in stm32_iwdg_parse_fdt()
265 res = clk_dt_get_by_name(fdt, node, "lsi", &iwdg->clk_lsi); in stm32_iwdg_parse_fdt()
283 cuint = fdt_getprop(fdt, node, "timeout-sec", NULL); in stm32_iwdg_parse_fdt()
297 if (!fdt_getprop(fdt, node, "stm32,enable-on-stop", NULL)) in stm32_iwdg_parse_fdt()
300 if (!fdt_getprop(fdt, node, "stm32,enable-on-standby", NULL)) in stm32_iwdg_parse_fdt()
318 const void *fdt, int node) in stm32_iwdg_setup() argument
323 res = stm32_iwdg_parse_fdt(iwdg, fdt, node); in stm32_iwdg_setup()
377 static TEE_Result stm32_iwdg_probe(const void *fdt, int node, in stm32_iwdg_probe() argument
387 res = stm32_iwdg_setup(iwdg, fdt, node); in stm32_iwdg_probe()