Newer
Older
barebox / arch / arm / dts / canon-a1100.dts
@Antony Pavlov Antony Pavlov on 29 Jul 2014 480 bytes ARM: DIGIC: add Canon PowerShot A1100 IS support
/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";
};