Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304661
b: refs/heads/master
c: 7cb2e62
h: refs/heads/master
i:
  304659: 5b0448f
v: v3
  • Loading branch information
Maxime Ripard authored and Greg Kroah-Hartman committed May 14, 2012
1 parent 568092b commit 3c9f29a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d029f371b1bf121dc73107094ab3108e47108e49
refs/heads/master: 7cb2e629a240d3b7cc35d2d144149591e1cfa8dd
35 changes: 35 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,41 @@
interrupts = <10 4>;
status = "disabled";
};

adc0: adc@fffe0000 {
compatible = "atmel,at91sam9260-adc";
reg = <0xfffe0000 0x100>;
interrupts = <5 4>;
atmel,adc-use-external-triggers;
atmel,adc-channels-used = <0xf>;
atmel,adc-vref = <3300>;
atmel,adc-num-channels = <4>;
atmel,adc-startup-time = <10>;
atmel,adc-channel-base = <0x30>;
atmel,adc-drdy-mask = <0x10000>;
atmel,adc-status-register = <0x1c>;
atmel,adc-trigger-register = <0x04>;

trigger@0 {
trigger-name = "timer-counter-0";
trigger-value = <0x1>;
};
trigger@1 {
trigger-name = "timer-counter-1";
trigger-value = <0x3>;
};

trigger@2 {
trigger-name = "timer-counter-2";
trigger-value = <0x5>;
};

trigger@3 {
trigger-name = "external";
trigger-value = <0x13>;
trigger-external;
};
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 3c9f29a

Please sign in to comment.