Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304659
b: refs/heads/master
c: 93b298b
h: refs/heads/master
i:
  304657: 45c55a6
  304655: 6eeb1c4
v: v3
  • Loading branch information
Maxime Ripard authored and Greg Kroah-Hartman committed May 14, 2012
1 parent 7c3c87d commit 5b0448f
Show file tree
Hide file tree
Showing 2 changed files with 38 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: e364185f3ed2ecc0a4dbfe2507f20fd5db76c966
refs/heads/master: 93b298bad544207838c012375f64a48db4b14f9f
37 changes: 37 additions & 0 deletions trunk/arch/arm/boot/dts/at91sam9g45.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,43 @@
interrupts = <25 4>;
status = "disabled";
};

adc0: adc@fffb0000 {
compatible = "atmel,at91sam9260-adc";
reg = <0xfffb0000 0x100>;
interrupts = <20 4>;
atmel,adc-use-external-triggers;
atmel,adc-channels-used = <0xff>;
atmel,adc-vref = <3300>;
atmel,adc-num-channels = <8>;
atmel,adc-startup-time = <40>;
atmel,adc-channel-base = <0x30>;
atmel,adc-drdy-mask = <0x10000>;
atmel,adc-status-register = <0x1c>;
atmel,adc-trigger-register = <0x08>;

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 5b0448f

Please sign in to comment.