summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
diff options
context:
space:
mode:
authorChuanhua Han <chuanhua.han@nxp.com>2019-07-22 16:36:46 +0800
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2019-08-22 09:07:36 +0530
commit6672ab1628a7837361524ebbc5e2119be9202fa7 (patch)
treeddf8d8e3fd251c25ca564b7beeb9648023ba9fa0 /arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
parent407916f5d7910b16a93320abeb0014a1fcb19d11 (diff)
armv8: dts: ls2088ardb: Add slave nodes under the i2c0
Add some slave nodes to support the i2c dm on the device side under the i2c0. Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'arch/arm/dts/fsl-ls2088a-rdb-qspi.dts')
-rw-r--r--arch/arm/dts/fsl-ls2088a-rdb-qspi.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts b/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
index bf97d138fc..72b2177b70 100644
--- a/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
+++ b/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
@@ -57,6 +57,28 @@
};
};
+&i2c0 {
+ status = "okay";
+ u-boot,dm-pre-reloc;
+
+ pca9547@75 {
+ compatible = "nxp,pca9547";
+ reg = <0x75>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ i2c@1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ reg = <0x01>;
+ rtc@68 {
+ compatible = "dallas,ds3232";
+ reg = <0x68>;
+ };
+ };
+ };
+};
+
&sata {
status = "okay";
};