mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx6qdl-zii-rdu2: Populate RAVE SP EEPROM nodes
ZII's RDU2s come with two EEPROMs attached to RAVE SP. Add corresponding nodes to make them availible. Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Cc: Lucas Stach <l.stach@pengutronix.de> Cc: cphealy@gmail.com Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
6e1a8a621e
commit
ec84fd24cf
|
@ -320,10 +320,28 @@ &uart4 {
|
||||||
rave-sp {
|
rave-sp {
|
||||||
compatible = "zii,rave-sp-rdu2";
|
compatible = "zii,rave-sp-rdu2";
|
||||||
current-speed = <1000000>;
|
current-speed = <1000000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
watchdog {
|
watchdog {
|
||||||
compatible = "zii,rave-sp-watchdog";
|
compatible = "zii,rave-sp-watchdog";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eeprom@a3 {
|
||||||
|
compatible = "zii,rave-sp-eeprom";
|
||||||
|
reg = <0xa3 0x4000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
zii,eeprom-name = "dds-eeprom";
|
||||||
|
};
|
||||||
|
|
||||||
|
eeprom@a4 {
|
||||||
|
compatible = "zii,rave-sp-eeprom";
|
||||||
|
reg = <0xa4 0x4000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
zii,eeprom-name = "main-eeprom";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue