We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d62b06 commit 626d58aCopy full SHA for 626d58a
dts/arm/silabs/bgm24.dtsi
@@ -1,5 +1,6 @@
1
/*
2
* Copyright (c) 2020 TriaGnoSys GmbH
3
+ * Copyright (c) 2025 Jonny Gellhaar
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
@@ -123,6 +124,15 @@
123
124
interrupt-names = "SETAMPERHOST", "SEMBRX", "SEMBTX";
125
};
126
127
+ dma0: dma@40040000{
128
+ compatible = "silabs,ldma";
129
+ reg = <0x40040000 0x4000>;
130
+ interrupts = <21 0>;
131
+ #dma-cells = <3>;
132
+ dma_channels = <8>;
133
+ status = "disabled";
134
+ };
135
+
136
i2c0: i2c@5b000000 {
137
compatible = "silabs,gecko-i2c";
138
clock-frequency = <I2C_BITRATE_STANDARD>;
0 commit comments