Files
kernel_oneplus_sm8550-devic…/qcom/sdxbaagha-pinctrl.dtsi
Tushar Nimkar 4ff7f275c5 ARM: dts: msm: Add RSC and PDC devices for sdxbaagha
This change adds RSC, PDC device and pdc as wakeup parrent for TLMM.

Change-Id: Ic3443eca38cc1c489025b6d690cf8fb3c49e92aa
2022-10-11 10:24:37 +05:30

109 lines
1.8 KiB
Plaintext

&soc {
tlmm: pinctrl@f100000 {
compatible = "qcom,sdxbaagha-pinctrl";
reg = <0xf000000 0x300000>;
interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
interrupt-parent = <&intc>;
#interrupt-cells = <2>;
wakeup-parent = <&pdc>;
qupv3_se3_2uart_pins: qupv3_se3_2uart_pins {
qupv3_se3_2uart_tx_active: qupv3_se3_2uart_tx_active {
mux {
pins = "gpio8";
function = "qup0_se3_l2_mira";
};
config {
pins = "gpio8";
drive-strength= <2>;
bias-disable;
};
};
qupv3_se3_2uart_rx_active: qupv3_se3_2uart_rx_active {
mux {
pins = "gpio9";
function = "qup0_se3_l3_mira";
};
config {
pins = "gpio9";
drive-strength= <2>;
bias-disable;
};
};
qupv3_se3_2uart_sleep: qupv3_se3_2uart_sleep {
mux {
pins = "gpio8", "gpio9";
function = "gpio";
};
config {
pins = "gpio8", "gpio9";
drive-strength = <2>;
bias-pull-down;
};
};
};
};
pcie0 {
pcie0_perst_default: pcie0_perst_default {
mux {
pins = "gpio57";
function = "gpio";
};
config {
pins = "gpio57";
drive-strength = <2>;
bias-pull-down;
};
};
pcie0_clkreq_default: pcie0_clkreq_default {
mux {
pins = "gpio56";
function = "pcie0_clkreq_n";
};
config {
pins = "gpio56";
drive-strength = <2>;
bias-pull-up;
};
};
pcie0_wake_default: pcie0_wake_default {
mux {
pins = "gpio53";
function = "gpio";
};
config {
pins = "gpio53";
drive-strength = <2>;
bias-pull-up;
};
};
pcie0_clkreq_sleep: pcie0_clkreq_sleep {
mux {
pins = "gpio56";
function = "gpio";
};
config {
pins = "gpio56";
drive-strength = <2>;
bias-pull-up;
};
};
};
};