-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The saml2x series provide USB to all SoC series. This moves the USB node from saml21.dtsi to the base file saml2x.dtsi. Signed-off-by: Gerson Fernando Budke <[email protected]> (cherry picked from commit 34fc01e)
- Loading branch information
1 parent
bd4d6b0
commit f59cd01
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/* | ||
* Copyright (c) 2021 Argentum Systems Ltd. | ||
* Copyright (c) 2024 Gerson Fernando Budke <[email protected]> | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
@@ -229,6 +230,15 @@ | |
reg = <0x42003800 0x24>; | ||
interrupts = <27 0>; | ||
}; | ||
|
||
usb0: usb@41000000 { | ||
compatible = "atmel,sam0-usb"; | ||
reg = <0x41000000 0x1000>; | ||
interrupts = <6 0>; | ||
status = "disabled"; | ||
|
||
num-bidir-endpoints = <8>; | ||
}; | ||
}; | ||
}; | ||
|
||
|