M7350/kernel/arch/arm/boot/dts/qcom/msm-rdbg.dtsi

76 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
2024-09-09 08:52:07 +00:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
2024-09-09 08:57:42 +00:00
&soc {
smp2pgpio_rdbg_2_in: qcom,smp2pgpio-rdbg-2-in {
2024-09-09 08:52:07 +00:00
compatible = "qcom,smp2pgpio";
2024-09-09 08:57:42 +00:00
qcom,entry-name = "rdbg";
qcom,remote-pid = <2>;
2024-09-09 08:52:07 +00:00
qcom,is-inbound;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
2024-09-09 08:57:42 +00:00
qcom,smp2pgpio_client_rdbg_2_in {
compatible = "qcom,smp2pgpio_client_rdbg_2_in";
gpios = <&smp2pgpio_rdbg_2_in 0 0>;
2024-09-09 08:52:07 +00:00
};
2024-09-09 08:57:42 +00:00
smp2pgpio_rdbg_2_out: qcom,smp2pgpio-rdbg-2-out {
2024-09-09 08:52:07 +00:00
compatible = "qcom,smp2pgpio";
2024-09-09 08:57:42 +00:00
qcom,entry-name = "rdbg";
qcom,remote-pid = <2>;
2024-09-09 08:52:07 +00:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
2024-09-09 08:57:42 +00:00
qcom,smp2pgpio_client_rdbg_2_out {
compatible = "qcom,smp2pgpio_client_rdbg_2_out";
gpios = <&smp2pgpio_rdbg_2_out 0 0>;
2024-09-09 08:52:07 +00:00
};
2024-09-09 08:57:42 +00:00
smp2pgpio_rdbg_1_in: qcom,smp2pgpio-rdbg-1-in {
2024-09-09 08:52:07 +00:00
compatible = "qcom,smp2pgpio";
2024-09-09 08:57:42 +00:00
qcom,entry-name = "rdbg";
qcom,remote-pid = <1>;
2024-09-09 08:52:07 +00:00
qcom,is-inbound;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
2024-09-09 08:57:42 +00:00
qcom,smp2pgpio_client_rdbg_1_in {
compatible = "qcom,smp2pgpio_client_rdbg_1_in";
gpios = <&smp2pgpio_rdbg_1_in 0 0>;
2024-09-09 08:52:07 +00:00
};
2024-09-09 08:57:42 +00:00
smp2pgpio_rdbg_1_out: qcom,smp2pgpio-rdbg-1-out {
2024-09-09 08:52:07 +00:00
compatible = "qcom,smp2pgpio";
2024-09-09 08:57:42 +00:00
qcom,entry-name = "rdbg";
qcom,remote-pid = <1>;
2024-09-09 08:52:07 +00:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
2024-09-09 08:57:42 +00:00
qcom,smp2pgpio_client_rdbg_1_out {
compatible = "qcom,smp2pgpio_client_rdbg_1_out";
gpios = <&smp2pgpio_rdbg_1_out 0 0>;
2024-09-09 08:52:07 +00:00
};
};