Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304660
b: refs/heads/master
c: d029f37
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Greg Kroah-Hartman committed May 14, 2012
1 parent 5b0448f commit 568092b
Show file tree
Hide file tree
Showing 2 changed files with 39 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: 93b298bad544207838c012375f64a48db4b14f9f
refs/heads/master: d029f371b1bf121dc73107094ab3108e47108e49
38 changes: 38 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9x5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,44 @@
interrupts = <27 4>;
status = "disabled";
};

adc0: adc@f804c000 {
compatible = "atmel,at91sam9260-adc";
reg = <0xf804c000 0x100>;
interrupts = <19 4>;
atmel,adc-use-external;
atmel,adc-channels-used = <0xffff>;
atmel,adc-vref = <3300>;
atmel,adc-num-channels = <12>;
atmel,adc-startup-time = <40>;
atmel,adc-channel-base = <0x50>;
atmel,adc-drdy-mask = <0x1000000>;
atmel,adc-status-register = <0x30>;
atmel,adc-trigger-register = <0xc0>;

trigger@0 {
trigger-name = "external-rising";
trigger-value = <0x1>;
trigger-external;
};

trigger@1 {
trigger-name = "external-falling";
trigger-value = <0x2>;
trigger-external;
};

trigger@2 {
trigger-name = "external-any";
trigger-value = <0x3>;
trigger-external;
};

trigger@3 {
trigger-name = "continuous";
trigger-value = <0x6>;
};
};
};

nand0: nand@40000000 {
Expand Down

0 comments on commit 568092b

Please sign in to comment.