> Board files for Phytec phyCARD-S "System on Module" and "Rapid
> Development Kit".
> 
> Based on patches from:
> 
> Steffen Trumtrar <s.trumt...@pengutronix.de>:
>  - Original patch
>  - ARM: dts: Set partition offsets for phycard
>  - ARM: dts: Use CSPI1 instead of CSPI2 on phycard pca100
>  - ARM: imx27-phytec-phycard-S.dts: resize nand partitions
...
> diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts 
> b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
...
> +&i2c1 {
> +     status = "okay";
> +
> +     ioexpander@41 {
> +             compatible = "nxp,pca9536";
> +             reg = <0x41>;
> +     };
> +
> +     rtc@51 {
> +             compatible = "nxp,pcf8563";
> +             reg = <0x51>;
> +     };
> +};
> +
> +&i2c2 {
> +     status = "okay";
> +
> +     lm75@4a {
> +             compatible = "national,lm75";
> +             reg = <0x4a>;
> +     };
> +
> +     rtc@51 {
> +             compatible = "nxp,pcf8563";
> +             reg = <0x51>;
> +     };

Really two identical RTC on I2C1 & I2C2 or it is typo?

---
_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to