blob: 0f529428d5c221c3ee702e3a16fb6c83b271cfdd [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>;
status = "disabled";
#io-channel-cells = <1>;
};
};
};