Skip to content

Commit 6390eb8

Browse files
committed
dts: arm: ti: mspm0: g: Add DAC nodes for TI MSPM0 G-Series
Add DAC devicetree nodes for MSPM0 G-Series SoCs that include the DAC peripheral: mspm0g150x, mspm0g350x and mspm0gx51x. Signed-off-by: Santhosh Charles <[email protected]>
1 parent c94dbad commit 6390eb8

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

dts/arm/ti/mspm0/g/mspm0g150x.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

33
#include <ti/mspm0/g/mspm0g.dtsi>
4+
5+
/{
6+
soc {
7+
dac0: dac@40018000 {
8+
compatible = "ti,mspm0-dac";
9+
reg = <0x40018000 0x2000>;
10+
interrupts = <7 0>;
11+
status = "disabled";
12+
#io-channel-cells = <1>;
13+
};
14+
};
15+
};

dts/arm/ti/mspm0/g/mspm0g350x.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

33
#include <ti/mspm0/g/mspm0g.dtsi>
4+
5+
/{
6+
soc {
7+
dac0: dac@40018000 {
8+
compatible = "ti,mspm0-dac";
9+
reg = <0x40018000 0x2000>;
10+
interrupts = <7 0>;
11+
status = "disabled";
12+
#io-channel-cells = <1>;
13+
};
14+
};
15+
};

dts/arm/ti/mspm0/g/mspm0gx51x.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

33
#include <ti/mspm0/g/mspm0g.dtsi>
4+
5+
/{
6+
soc {
7+
dac0: dac@40018000 {
8+
compatible = "ti,mspm0-dac";
9+
reg = <0x40018000 0x2000>;
10+
interrupts = <7 0>;
11+
status = "disabled";
12+
#io-channel-cells = <1>;
13+
};
14+
};
15+
};

0 commit comments

Comments
 (0)