blob: 30adec9199da3ac2f8e5ed8b3c5fcb95cc215db1 [file] [log] [blame]
/*
* Copyright (c) 2021 BrainCo Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <gigadevice/gd32f3x0/gd32f3x0.dtsi>
/ {
soc {
dac: dac@40007400 {
compatible = "gd,gd32-dac";
reg = <0x40007400 0x400>;
rcu-periph-clock = <0x71d>;
num-channels = <1>;
label = "DAC";
status = "disabled";
#io-channel-cells = <1>;
};
};
};