summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/canon-a1100.dts
blob: a88eacf4d4af19bfcf5b97d8d74f687f328912c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/dts-v1/;

/include/ "digic4.dtsi"

/ {
	model = "Canon PowerShot A1100 IS";
	compatible = "canon,a1100";

	memory {
		reg = <0x00000000 0x04000000>;
	};

	flash@f8000000 {
		compatible = "cfi-flash";
		reg = <0xf8000000 0x08000000>;
	};

	leds {
		compatible = "gpio-leds";

		direct_print {
			label = "direct-print (blue)";
			gpios = <&gpio 51 0>;
		};

		auto_focus {
			label = "auto-focus (red)";
			gpios = <&gpio 55 0>;
		};
	};
};

&timer2 {
        status = "okay";
};