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 a21e9f0 commit d723d99Copy full SHA for d723d99
dts/arm/atmel/sam4s.dtsi
@@ -232,6 +232,15 @@
232
status = "disabled";
233
};
234
235
+ dacc: dacc@4003c000 {
236
+ compatible = "atmel,sam-dac";
237
+ reg = <0x4003c000 0x4000>;
238
+ interrupts = <30 1>;
239
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 30>;
240
+ status = "disabled";
241
+ #io-channel-cells = <1>;
242
+ };
243
+
244
rstc: rstc@400e1400 {
245
compatible = "atmel,sam-rstc";
246
reg = <0x400e1400 0x10>;
0 commit comments