Commit 07cb35fb71323fd987e4945c820e835d434cf05e

Authored by Chuanhua Han
Committed by Prabhakar Kushwaha
1 parent 29b9e66683

armv8: dts: lx2160aqds : Add pcf2127 node

Add the pcf2127-rtc node under the i2c0->i2c-mux@77->i2c@3 in dts for
lx2160aqds boards.

Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>

Showing 1 changed file with 23 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-lx2160a-qds.dts
... ... @@ -23,6 +23,29 @@
23 23 status = "okay";
24 24 };
25 25  
  26 +&i2c0 {
  27 + status = "okay";
  28 + u-boot,dm-pre-reloc;
  29 +
  30 + i2c-mux@77 {
  31 + compatible = "nxp,pca9547";
  32 + reg = <0x77>;
  33 + #address-cells = <1>;
  34 + #size-cells = <0>;
  35 +
  36 + i2c@3 {
  37 + #address-cells = <1>;
  38 + #size-cells = <0>;
  39 + reg = <0x3>;
  40 +
  41 + rtc@51 {
  42 + compatible = "pcf2127-rtc";
  43 + reg = <0x51>;
  44 + };
  45 + };
  46 + };
  47 +};
  48 +
26 49 &sata0 {
27 50 status = "okay";
28 51 };