Re: [PATCH v3 5/5] ARM: dts: Add device tree support for phycard pca100
From: Alexander Shiyan <hidden>
Date: 2013-07-02 16:27:49
Also in:
linux-devicetree
From: Alexander Shiyan <hidden>
Date: 2013-07-02 16:27:49
Also in:
linux-devicetree
Board files for Phytec phyCARD-S "System on Module" and "Rapid Development Kit". Based on patches from: Steffen Trumtrar [off-list ref]: - 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 at 41 {
+ compatible = "nxp,pca9536";
+ reg = <0x41>;
+ };
+
+ rtc at 51 {
+ compatible = "nxp,pcf8563";
+ reg = <0x51>;
+ };
+};
+
+&i2c2 {
+ status = "okay";
+
+ lm75 at 4a {
+ compatible = "national,lm75";
+ reg = <0x4a>;
+ };
+
+ rtc at 51 {
+ compatible = "nxp,pcf8563";
+ reg = <0x51>;
+ };Really two identical RTC on I2C1 & I2C2 or it is typo? ---