From db424f25b4a47a8e0f8cbef8558ab66e174606de Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 29 Jan 2024 17:10:50 +0100 Subject: [PATCH] Update _drafts/practical_zephyr_02_dt_basics.md Co-authored-by: Eric Johnson --- _drafts/practical_zephyr_02_dt_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_drafts/practical_zephyr_02_dt_basics.md b/_drafts/practical_zephyr_02_dt_basics.md index b1deb94d..1614c885 100644 --- a/_drafts/practical_zephyr_02_dt_basics.md +++ b/_drafts/practical_zephyr_02_dt_basics.md @@ -1225,7 +1225,7 @@ The second overlay file shows the use of `path`s, `phandle`, `phandle`s, and `ph node_refs_equivalents { phandles = <&{/node_a}>, <&label_b>; - phandle-array-of-refs = <&{/node_a} 1>, <2 &label_b 3>; + phandle-array-of-refs = <&{/node_a} 1 2>, <&label_b 3>; }; node_with_phandle {