2018-01-28 12:14:09 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Nathan Tsoi <nathan@vertile.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2018-09-26 11:06:34 +08:00
|
|
|
#include <st/f0/stm32f0.dtsi>
|
2019-02-13 01:10:08 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
2020-08-25 23:17:27 +08:00
|
|
|
dac1: dac@40007400 {
|
|
|
|
compatible = "st,stm32-dac";
|
|
|
|
reg = <0x40007400 0x400>;
|
|
|
|
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x20000000>;
|
|
|
|
status = "disabled";
|
|
|
|
#io-channel-cells = <1>;
|
|
|
|
};
|
|
|
|
|
2019-02-13 01:10:08 +08:00
|
|
|
flash-controller@40022000 {
|
|
|
|
flash0: flash@8000000 {
|
|
|
|
erase-block-size = <1024>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|