1 // SPDX-License-Identifier: GPL-2.0
3 #include "exynos4412-midas.dtsi"
6 compatible = "samsung,n710x", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
7 model = "Samsung Galaxy Note 2 (GT-N7100, GT-N7105) based on Exynos4412";
10 device_type = "memory";
11 reg = <0x40000000 0x80000000>;
14 /* bootargs are passed in by bootloader */
16 cam_vdda_reg: voltage-regulator-6 {
17 compatible = "regulator-fixed";
18 regulator-name = "CAM_SENSOR_CORE_1.2V";
19 regulator-min-microvolt = <1200000>;
20 regulator-max-microvolt = <1200000>;
21 gpio = <&gpm4 1 GPIO_ACTIVE_HIGH>;
27 maxim,ena-gpios = <&gpm1 0 GPIO_ACTIVE_HIGH>;
31 gpio = <&gpm1 1 GPIO_ACTIVE_HIGH>;
36 gpio = <&gpm0 7 GPIO_ACTIVE_HIGH>;
41 samsung,i2c-sda-delay = <100>;
42 samsung,i2c-slave-addr = <0x10>;
43 samsung,i2c-max-bus-freq = <400000>;
44 pinctrl-0 = <&i2c3_bus>;
45 pinctrl-names = "default";
48 mms152-touchscreen@48 {
49 compatible = "melfas,mms152";
51 interrupt-parent = <&gpm2>;
52 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
55 avdd-supply = <&ldo23_reg>;
56 vdd-supply = <&ldo24_reg>;
61 regulator-name = "VCC_1.8V_LCD";
66 regulator-name = "VCI_3.0V_LCD";
67 regulator-min-microvolt = <3000000>;
68 regulator-max-microvolt = <3000000>;
72 standby-gpios = <&gpm0 6 GPIO_ACTIVE_LOW>; /* ISP_STANDBY */
73 vdda-supply = <&cam_vdda_reg>;