···11+/*22+ * Copyright (C) 2014 H. Nikolaus Schaller <hns@goldelico.com>33+ *44+ * This program is free software; you can redistribute it and/or modify55+ * it under the terms of the GNU General Public License version 2 as66+ * published by the Free Software Foundation.77+ */88+99+#include "omap3-gta04.dtsi"1010+1111+/ {1212+ model = "Goldelico GTA04A3";1313+};1414+1515+&i2c2 {1616+1717+ /* alternate accelerometer that might be installed on some GTA04A3 boards */1818+ lis302@1d {1919+ compatible = "st,lis331dlh", "st,lis3lv02d";2020+ reg = <0x1d>;2121+ interrupt-parent = <&gpio3>;2222+ interrupts = <18 (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_EDGE_RISING)>;2323+ Vdd-supply = <&vaux2>;2424+ Vdd_IO-supply = <&vaux2>;2525+2626+ st,click-single-x;2727+ st,click-single-y;2828+ st,click-single-z;2929+ st,click-thresh-x = <8>;3030+ st,click-thresh-y = <8>;3131+ st,click-thresh-z = <10>;3232+ st,click-click-time-limit = <9>;3333+ st,click-latency = <50>;3434+ st,irq1-click;3535+ st,wakeup-x-lo;3636+ st,wakeup-x-hi;3737+ st,wakeup-y-lo;3838+ st,wakeup-y-hi;3939+ st,wakeup-z-lo;4040+ st,wakeup-z-hi;4141+ st,min-limit-x = <32>;4242+ st,min-limit-y = <3>;4343+ st,min-limit-z = <3>;4444+ st,max-limit-x = <3>;4545+ st,max-limit-y = <32>;4646+ st,max-limit-z = <32>;4747+ };4848+};
+13
arch/arm/boot/dts/omap3-gta04a4.dts
···11+/*22+ * Copyright (C) 2014 Marek Belisko <marek@goldelico.com>33+ *44+ * This program is free software; you can redistribute it and/or modify55+ * it under the terms of the GNU General Public License version 2 as66+ * published by the Free Software Foundation.77+ */88+99+#include "omap3-gta04.dtsi"1010+1111+/ {1212+ model = "Goldelico GTA04A4";1313+};
+17
arch/arm/boot/dts/omap3-gta04a5.dts
···11+/*22+ * Copyright (C) 2014 H. Nikolaus Schaller <hns@goldelico.com>33+ *44+ * This program is free software; you can redistribute it and/or modify55+ * it under the terms of the GNU General Public License version 2 as66+ * published by the Free Software Foundation.77+ */88+99+#include "omap3-gta04.dtsi"1010+1111+/ {1212+ model = "Goldelico GTA04A5";1313+1414+ sound {1515+ ti,jack-det-gpio = <&twl_gpio 2 0>; /* GTA04A5 only */1616+ };1717+};