-Add FSA i2c node in dts file. Change-Id: I11c17d131757e32345499eb29a31ff6b82fc7a0e Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
&qupv3_se7_i2c {
|
|
status = "ok";
|
|
fsa4480: fsa4480@42 {
|
|
compatible = "qcom,fsa4480-i2c";
|
|
reg = <0x42>;
|
|
};
|
|
};
|