From: Chuanhua Han Date: Mon, 22 Jul 2019 08:36:46 +0000 (+0800) Subject: armv8: dts: ls2088ardb: Add slave nodes under the i2c0 X-Git-Tag: v2019.10-rc3~7^2~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6672ab1628a7837361524ebbc5e2119be9202fa7;p=oweals%2Fu-boot.git 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 Reviewed-by: Prabhakar Kushwaha --- 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"; };