ARM: dts: qcom: add support for BT slimbus and FM

Added support for BT slimbus and FM for Parrot.

Change-Id: Ib227cdf52216c160d80d9c718064fc487d18c0af
This commit is contained in:
Satish Kumar Kodishala
2022-04-28 00:03:23 +05:30
committed by Gerrit - the friendly Code Review server
parent 00fab1a008
commit 4e262dd51f
2 changed files with 26 additions and 1 deletions

View File

@@ -2,3 +2,17 @@
&soc {
};
&qupv3_se2_i2c {
status = "ok";
nq@64 {
compatible = "rtc6226";
reg = <0x64>;
fmint-gpio = <&tlmm 105 0>;
vdd-supply = <&L5E>;
rtc6226,vdd-supply-voltage = <2800000 2800000>;
rtc6226,vdd-load = <15000>;
vio-supply = <&L22B>;
rtc6226,vio-supply-voltage = <1800000 1800000>;
};
};

View File

@@ -1701,7 +1701,18 @@
dma-names = "rx", "tx";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
status = "ok";
ngd@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <1>;
/* slimbus child nodes */
slimbus: btfmslim-driver {
compatible = "slim217,221";
reg = <1 0>;
};
};
};
cluster-device {