ARM: dts: msm: gunyah: Add test nodes for parrot vm
Add test-dbl-tuivm, test-msgq-tuivm and tlmm-vm-test
nodes for parrot and parrot vm.
Change-Id: I15e3312cf74f9ddae27b93a941e7d6c7df844c9b
Signed-off-by: Saranya R <quic_sarar@quicinc.com>
(cherry picked from commit 357667d318
)
This commit is contained in:
committed by
Prakash Yadachi
parent
1d20653581
commit
a6725ff132
@@ -57,6 +57,39 @@
|
||||
tlmm: pinctrl@f000000 {
|
||||
compatible = "qcom,parrot-vm-tlmm";
|
||||
gpios = /bits/ 16 <98 99 10 11 12 13 64 65>;
|
||||
|
||||
qupv3_se11_i2c_active: qupv3_se11_i2c_sda_active {
|
||||
mux {
|
||||
pins = "gpio10";
|
||||
function = "qup1_se3_l0";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio10";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
qupv3_se11_i2c_sleep: qupv3_se11_i2c_sleep {
|
||||
mux {
|
||||
pins = "gpio10";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio10";
|
||||
drive-strength = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tlmm-vm-test {
|
||||
pinctrl-names = "active", "sleep";
|
||||
pinctrl-0 = <&qupv3_se11_i2c_active>;
|
||||
pinctrl-1 = <&qupv3_se11_i2c_sleep>;
|
||||
tlmm-vm-gpio-list = <&tlmm 98 0 &tlmm 99 0 &tlmm 10 0 &tlmm 11 0
|
||||
&tlmm 12 0 &tlmm 13 0 &tlmm 64 0 &tlmm 65 0>;
|
||||
};
|
||||
|
||||
tlmm-vm-mem-access {
|
||||
|
Reference in New Issue
Block a user