35 lines
949 B
Devicetree
35 lines
949 B
Devicetree
|
|
/*
|
||
|
|
* Copyright (c) 2018, 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_5 {
|
||
|
|
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";
|
||
|
|
};
|