Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec011af5 authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

ARM: dts: sun5i: Add lradc node

parent b0512e15
Loading
Loading
Loading
Loading
+43 −2
Original line number Diff line number Diff line
@@ -48,8 +48,9 @@
 */

/dts-v1/;
/include/ "sun5i-a10s.dtsi"
/include/ "sunxi-common-regulators.dtsi"
#include "sun5i-a10s.dtsi"
#include "sunxi-common-regulators.dtsi"
#include <dt-bindings/input/input.h>

/ {
	model = "Olimex A10s-Olinuxino Micro";
@@ -134,6 +135,46 @@
			};
		};

		lradc: lradc@01c22800 {
			vref-supply = <&reg_vcc3v0>;
			status = "okay";

			button@191 {
				label = "Volume Up";
				linux,code = <KEY_VOLUMEUP>;
				channel = <0>;
				voltage = <191274>;
			};

			button@392 {
				label = "Volume Down";
				linux,code = <KEY_VOLUMEDOWN>;
				channel = <0>;
				voltage = <392644>;
			};

			button@601 {
				label = "Menu";
				linux,code = <KEY_MENU>;
				channel = <0>;
				voltage = <601151>;
			};

			button@795 {
				label = "Enter";
				linux,code = <KEY_ENTER>;
				channel = <0>;
				voltage = <795090>;
			};

			button@987 {
				label = "Home";
				linux,code = <KEY_HOMEPAGE>;
				channel = <0>;
				voltage = <987387>;
			};
		};

		uart0: serial@01c28000 {
			pinctrl-names = "default";
			pinctrl-0 = <&uart0_pins_a>;
+7 −0
Original line number Diff line number Diff line
@@ -526,6 +526,13 @@
			reg = <0x01c20c90 0x10>;
		};

		lradc: lradc@01c22800 {
			compatible = "allwinner,sun4i-a10-lradc-keys";
			reg = <0x01c22800 0x100>;
			interrupts = <31>;
			status = "disabled";
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;
+43 −2
Original line number Diff line number Diff line
@@ -48,8 +48,9 @@
 */

/dts-v1/;
/include/ "sun5i-a13.dtsi"
/include/ "sunxi-common-regulators.dtsi"
#include "sun5i-a13.dtsi"
#include "sunxi-common-regulators.dtsi"
#include <dt-bindings/input/input.h>

/ {
	model = "Olimex A13-Olinuxino";
@@ -102,6 +103,46 @@
			};
		};

		lradc: lradc@01c22800 {
			vref-supply = <&reg_vcc3v0>;
			status = "okay";

			button@191 {
				label = "Volume Up";
				linux,code = <KEY_VOLUMEUP>;
				channel = <0>;
				voltage = <191274>;
			};

			button@392 {
				label = "Volume Down";
				linux,code = <KEY_VOLUMEDOWN>;
				channel = <0>;
				voltage = <392644>;
			};

			button@601 {
				label = "Menu";
				linux,code = <KEY_MENU>;
				channel = <0>;
				voltage = <601151>;
			};

			button@795 {
				label = "Enter";
				linux,code = <KEY_ENTER>;
				channel = <0>;
				voltage = <795090>;
			};

			button@987 {
				label = "Home";
				linux,code = <KEY_HOMEPAGE>;
				channel = <0>;
				voltage = <987387>;
			};
		};

		uart1: serial@01c28400 {
			pinctrl-names = "default";
			pinctrl-0 = <&uart1_pins_b>;
+7 −0
Original line number Diff line number Diff line
@@ -460,6 +460,13 @@
			reg = <0x01c20c90 0x10>;
		};

		lradc: lradc@01c22800 {
			compatible = "allwinner,sun4i-a10-lradc-keys";
			reg = <0x01c22800 0x100>;
			interrupts = <31>;
			status = "disabled";
		};

		sid: eeprom@01c23800 {
			compatible = "allwinner,sun4i-a10-sid";
			reg = <0x01c23800 0x10>;