mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ARM: dts: bcm11351/21664: add UART, I2C node labels
Add node labels to serial (UART) and I2C nodes for BCM11351 and BCM21664. Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com> Link: https://lore.kernel.org/r/4c8bb3a725dad9048665d39d0ca728b52152e59e.1685127525.git.stano.jakubek@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
517025689e
commit
f13e52ae0f
2 changed files with 15 additions and 15 deletions
|
@ -49,7 +49,7 @@
|
|||
reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
|
||||
};
|
||||
|
||||
serial@3e000000 {
|
||||
uartb: serial@3e000000 {
|
||||
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e000000 0x1000>;
|
||||
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB>;
|
||||
|
@ -59,7 +59,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serial@3e001000 {
|
||||
uartb2: serial@3e001000 {
|
||||
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e001000 0x1000>;
|
||||
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB2>;
|
||||
|
@ -69,7 +69,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serial@3e002000 {
|
||||
uartb3: serial@3e002000 {
|
||||
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e002000 0x1000>;
|
||||
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>;
|
||||
|
@ -79,7 +79,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serial@3e003000 {
|
||||
uartb4: serial@3e003000 {
|
||||
compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e003000 0x1000>;
|
||||
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB4>;
|
||||
|
@ -161,7 +161,7 @@
|
|||
reg = <0x35004800 0x430>;
|
||||
};
|
||||
|
||||
i2c@3e016000 {
|
||||
bsc1: i2c@3e016000 {
|
||||
compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e016000 0x80>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -171,7 +171,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e017000 {
|
||||
bsc2: i2c@3e017000 {
|
||||
compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e017000 0x80>;
|
||||
interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -181,7 +181,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e018000 {
|
||||
bsc3: i2c@3e018000 {
|
||||
compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e018000 0x80>;
|
||||
interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -191,7 +191,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3500d000 {
|
||||
pmu_bsc: i2c@3500d000 {
|
||||
compatible = "brcm,bcm11351-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3500d000 0x80>;
|
||||
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
reg = <0x3404e000 0x400>; /* 1 KiB in SRAM */
|
||||
};
|
||||
|
||||
serial@3e000000 {
|
||||
uartb: serial@3e000000 {
|
||||
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e000000 0x118>;
|
||||
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB>;
|
||||
|
@ -59,7 +59,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serial@3e001000 {
|
||||
uartb2: serial@3e001000 {
|
||||
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e001000 0x118>;
|
||||
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB2>;
|
||||
|
@ -69,7 +69,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
serial@3e002000 {
|
||||
uartb3: serial@3e002000 {
|
||||
compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart";
|
||||
reg = <0x3e002000 0x118>;
|
||||
clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB3>;
|
||||
|
@ -144,7 +144,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e016000 {
|
||||
bsc1: i2c@3e016000 {
|
||||
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e016000 0x70>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -154,7 +154,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e017000 {
|
||||
bsc2: i2c@3e017000 {
|
||||
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e017000 0x70>;
|
||||
interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -164,7 +164,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e018000 {
|
||||
bsc3: i2c@3e018000 {
|
||||
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e018000 0x70>;
|
||||
interrupts = <GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
@ -174,7 +174,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c@3e01c000 {
|
||||
bsc4: i2c@3e01c000 {
|
||||
compatible = "brcm,bcm21664-i2c", "brcm,kona-i2c";
|
||||
reg = <0x3e01c000 0x70>;
|
||||
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
Loading…
Add table
Reference in a new issue