File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2024-2025 MASSDRIVER EI (massdriver.space)
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ description : |
5+ Bouffalolab BL61x USB controller
6+ It is similar to FOTG210
7+
8+ compatible : " bflb,bl61x-usb"
9+
10+ include : usb-ep.yaml
11+
12+ properties :
13+ reg :
14+ required : true
15+
16+ interrupts :
17+ required : true
Original file line number Diff line number Diff line change 192192 size = <512>;
193193 };
194194
195+ usbd: usbd@20072000 {
196+ compatible = "bflb,bl61x-usb";
197+ reg = <0x20072000 0x1000>;
198+ num-bidir-endpoints = <5>;
199+ maximum-speed = "high-speed";
200+ status = "disabled";
201+
202+ interrupts = <37 2>;
203+ interrupt-parent = <&clic>;
204+ };
205+
195206 sram0: memory@62fc0000 {
196207 compatible = "mmio-sram";
197208 reg = <0x62FC0000 DT_SIZE_K(320)>;
You can’t perform that action at this time.
0 commit comments