mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
ARM: dts: bcm6846: Add I2C bus block
The BCM6846 has a brcmper I2C block. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: William Zhang <william.zhang@broadcom.com> Link: https://lore.kernel.org/r/20260218-bcmbca-i2c-dts-v2-3-5373ef82c50c@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
fc0c2f0cba
commit
682cc367f9
|
|
@ -242,6 +242,15 @@ mdio: mdio@2060 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c0: i2c@2100 {
|
||||
compatible = "brcm,brcmper-i2c";
|
||||
reg = <0x2100 0x60>;
|
||||
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pl081_dma: dma-controller@59000 {
|
||||
compatible = "arm,pl081", "arm,primecell";
|
||||
// The magic B105F00D info is missing
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user