Skip to content

Commit

Permalink
dts: msm8960: add Samsung Galaxy Express (GT-I8730)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Day <[email protected]>
  • Loading branch information
samcday authored and TravMurav committed Mar 11, 2025
1 parent 6fe599d commit 573e87f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lk2nd/device/dts/msm8960/bundle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,27 @@
};
};
};
samsung-expressltexx {
model = "Samsung Galaxy Express (GT-I8730)";
compatible = "samsung,expressltexx", "qcom,msm8960";
lk2nd,match-bootloader = "I8730*";
lk2nd,dtb-files = "msm8930-samsung-expressltexx";

gpio-keys {
compatible = "gpio-keys";

volume-up {
lk2nd,code = <KEY_VOLUMEUP>;
gpios = <&tlmm 50 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
volume-down {
lk2nd,code = <KEY_VOLUMEDOWN>;
gpios = <&tlmm 81 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
home {
lk2nd,code = <KEY_HOME>;
gpios = <&tlmm 35 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};
};
};

0 comments on commit 573e87f

Please sign in to comment.