Skip to content

Commit 4f42b11

Browse files
benpiccogalak
authored andcommitted
boards: arm: atsamd21: enable USB in dts
USB is already being configured in pinmux.c, but for it to be availiable it also needs to be enabled in the device tree. Signed-off-by: Benjamin Valentin <[email protected]>
1 parent 222fd8f commit 4f42b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/arm/atsamd21_xpro/atsamd21_xpro.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@
6262
dipo = <0>;
6363
dopo = <2>;
6464
};
65+
66+
&usb0 {
67+
status = "ok";
68+
};

0 commit comments

Comments
 (0)