You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
954 B
34 lines
954 B
/*
|
|
* Copyright (c) 2018,2019, The Linux Foundation. All rights reserved.
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
&i2c_2 {
|
|
qcom,clk-freq-out = <100000>;
|
|
status = "okay";
|
|
/* CSRA66X0 cluster GRP_0 */
|
|
csra66x0_ampl_68: csra66x0@68 {
|
|
compatible = "qcom,csra66x0";
|
|
reg = <0x68>;
|
|
qcom,csra-vreg-en-gpio = <&tlmm 96 0>;
|
|
|
|
qcom,csra-cluster = <1>;
|
|
qcom,csra-cluster-master = <1>;
|
|
|
|
interrupt-parent = <&tlmm>;
|
|
interrupts = <80 IRQ_TYPE_LEVEL_HIGH>;
|
|
irq-active-low = <0>;
|
|
};
|
|
};
|
|
|
|
&csra66x0_ampl_68 {
|
|
status = "okay";
|
|
};
|
|
|