Skip to content

Commit 069e5e3

Browse files
jhovoldrobherring
authored andcommitted
Fix missing unit addresses
Add the missing unit addresses to the serial node examples. Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent f3c7378 commit 069e5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/devicetree-basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Example:
621621
#address-cells = <1>;
622622
#size-cells = <1>;
623623

624-
serial {
624+
serial@4600 {
625625
compatible = "ns16550";
626626
reg = <0x4600 0x100>;
627627
clock-frequency = <0>;
@@ -737,7 +737,7 @@ Address Translation Example:
737737
#size-cells = <1>;
738738
ranges = <0x0 0xe0000000 0x00100000>;
739739

740-
serial {
740+
serial@4600 {
741741
device_type = "serial";
742742
compatible = "ns16550";
743743
reg = <0x4600 0x100>;

0 commit comments

Comments
 (0)