[U-Boot] [PATCH v2 5/8] ARM: dts: k2g: Add I2C nodes to 66AK2Gx
Heiko Schocher
hs at denx.de
Fri Apr 28 04:01:45 UTC 2017
Hello Franklin,
Am 20.04.2017 um 17:25 schrieb Franklin S Cooper Jr:
> Add I2C nodes to the 66AK2Gx dtsi.
>
> Signed-off-by: Franklin S Cooper Jr <fcooper at ti.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
> arch/arm/dts/keystone-k2g.dtsi | 32 ++++++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
Reviewed-by: Heiko Schocher <hs at denx.de>
Applied to u-boot-i2c/next
bye,
Heiko
>
> diff --git a/arch/arm/dts/keystone-k2g.dtsi b/arch/arm/dts/keystone-k2g.dtsi
> index 2193f9f..191e3f1 100644
> --- a/arch/arm/dts/keystone-k2g.dtsi
> +++ b/arch/arm/dts/keystone-k2g.dtsi
> @@ -24,6 +24,9 @@
> spi2 = &spi2;
> spi3 = &spi3;
> spi4 = &qspi;
> + i2c0 = &i2c0;
> + i2c1 = &i2c1;
> + i2c2 = &i2c2;
> };
>
> memory {
> @@ -149,6 +152,35 @@
> #size-cells = <0>;
> status = "disabled";
> };
> + i2c0: i2c at 2530000 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530000 0x400>;
> + clock-frequency = <100000>;
> + interrupts = <GIC_SPI 88 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> +
> + i2c1: i2c at 2530400 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530400 0x400>;
> + clock-frequency = <100000>;
> + interrupts = <GIC_SPI 89 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> +
> + i2c2: i2c at 2530800 {
> + compatible = "ti,keystone-i2c";
> + reg = <0x02530800 0x400>;
> + clock-frequency = <100000>;
> + interrupts = <GIC_SPI 90 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
>
> mmc0: mmc at 23000000 {
> compatible = "ti,omap4-hsmmc";
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list