mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 14:56:54 -04:00
ARM: dts: keystone-k2g: Add I2C nodes
Add nodes for the various I2C instances. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
committed by
Santosh Shilimkar
parent
55fe38f0c0
commit
d0dfe5defd
@@ -28,6 +28,9 @@ / {
|
||||
|
||||
aliases {
|
||||
serial0 = &uart0;
|
||||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c1;
|
||||
i2c2 = &i2c2;
|
||||
rproc0 = &dsp0;
|
||||
};
|
||||
|
||||
@@ -133,6 +136,39 @@ dcan1: can@0260B400 {
|
||||
clocks = <&k2g_clks 0x0009 1>;
|
||||
};
|
||||
|
||||
i2c0: i2c@2530000 {
|
||||
compatible = "ti,keystone-i2c";
|
||||
reg = <0x02530000 0x400>;
|
||||
clocks = <&k2g_clks 0x003a 0>;
|
||||
power-domains = <&k2g_pds 0x003a>;
|
||||
interrupts = <GIC_SPI 88 IRQ_TYPE_EDGE_RISING>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@2530400 {
|
||||
compatible = "ti,keystone-i2c";
|
||||
reg = <0x02530400 0x400>;
|
||||
clocks = <&k2g_clks 0x003b 0>;
|
||||
power-domains = <&k2g_pds 0x003b>;
|
||||
interrupts = <GIC_SPI 89 IRQ_TYPE_EDGE_RISING>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c2: i2c@2530800 {
|
||||
compatible = "ti,keystone-i2c";
|
||||
reg = <0x02530800 0x400>;
|
||||
clocks = <&k2g_clks 0x003c 0>;
|
||||
power-domains = <&k2g_pds 0x003c>;
|
||||
interrupts = <GIC_SPI 90 IRQ_TYPE_EDGE_RISING>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
kirq0: keystone_irq@026202a0 {
|
||||
compatible = "ti,keystone-irq";
|
||||
interrupts = <GIC_SPI 1 IRQ_TYPE_EDGE_RISING>;
|
||||
|
||||
Reference in New Issue
Block a user