From: "Rafał Miłecki" <zajec5@gmail.com>
To: Florian Fainelli <florian.fainelli@broadcom.com>,
William Zhang <william.zhang@broadcom.com>,
Anand Gore <anand.gore@broadcom.com>,
Kursad Oney <kursad.oney@broadcom.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Andre Przywara" <andre.przywara@arm.com>,
"Alexandre TORGUE" <alexandre.torgue@st.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com,
"Rafał Miłecki" <rafal@milecki.pl>
Subject: [PATCH V2 2/2] ARM: dts: broadcom: Add BCM63138's high speed UART
Date: Wed, 22 Nov 2023 15:42:08 +0100 [thread overview]
Message-ID: <20231122144208.21114-2-zajec5@gmail.com> (raw)
In-Reply-To: <20231122144208.21114-1-zajec5@gmail.com>
From: Rafał Miłecki <rafal@milecki.pl>
It's designed for hardwiring Bluetooth devices to it.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
V2: Update "compatible"
arch/arm/boot/dts/broadcom/bcm63138.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/broadcom/bcm63138.dtsi b/arch/arm/boot/dts/broadcom/bcm63138.dtsi
index 93281c47c9ba..4ef02283612b 100644
--- a/arch/arm/boot/dts/broadcom/bcm63138.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm63138.dtsi
@@ -232,6 +232,12 @@ nand_controller: nand-controller@2000 {
interrupt-names = "nand";
};
+ serial@4400 {
+ compatible = "brcm,bcm63138-hs-uart", "brcm,bcmbca-hs-uart";
+ reg = <0x4400 0x1e0>;
+ interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
bootlut: bootlut@8000 {
compatible = "brcm,bcm63138-bootlut";
reg = <0x8000 0x50>;
--
2.35.3
WARNING: multiple messages have this Message-ID (diff)
From: "Rafał Miłecki" <zajec5@gmail.com>
To: Florian Fainelli <florian.fainelli@broadcom.com>,
William Zhang <william.zhang@broadcom.com>,
Anand Gore <anand.gore@broadcom.com>,
Kursad Oney <kursad.oney@broadcom.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: "Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Andre Przywara" <andre.przywara@arm.com>,
"Alexandre TORGUE" <alexandre.torgue@st.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com,
"Rafał Miłecki" <rafal@milecki.pl>
Subject: [PATCH V2 2/2] ARM: dts: broadcom: Add BCM63138's high speed UART
Date: Wed, 22 Nov 2023 15:42:08 +0100 [thread overview]
Message-ID: <20231122144208.21114-2-zajec5@gmail.com> (raw)
In-Reply-To: <20231122144208.21114-1-zajec5@gmail.com>
From: Rafał Miłecki <rafal@milecki.pl>
It's designed for hardwiring Bluetooth devices to it.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
V2: Update "compatible"
arch/arm/boot/dts/broadcom/bcm63138.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/broadcom/bcm63138.dtsi b/arch/arm/boot/dts/broadcom/bcm63138.dtsi
index 93281c47c9ba..4ef02283612b 100644
--- a/arch/arm/boot/dts/broadcom/bcm63138.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm63138.dtsi
@@ -232,6 +232,12 @@ nand_controller: nand-controller@2000 {
interrupt-names = "nand";
};
+ serial@4400 {
+ compatible = "brcm,bcm63138-hs-uart", "brcm,bcmbca-hs-uart";
+ reg = <0x4400 0x1e0>;
+ interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
bootlut: bootlut@8000 {
compatible = "brcm,bcm63138-bootlut";
reg = <0x8000 0x50>;
--
2.35.3
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-11-22 14:42 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 14:42 [PATCH V2 1/2] dt-bindings: serial: add Broadcom's BCMBCA family High Speed UART Rafał Miłecki
2023-11-22 14:42 ` Rafał Miłecki
2023-11-22 14:42 ` Rafał Miłecki [this message]
2023-11-22 14:42 ` [PATCH V2 2/2] ARM: dts: broadcom: Add BCM63138's high speed UART Rafał Miłecki
2023-12-05 22:44 ` Florian Fainelli
2023-12-05 22:44 ` Florian Fainelli
2023-11-22 14:46 ` [PATCH V2 1/2] dt-bindings: serial: add Broadcom's BCMBCA family High Speed UART Krzysztof Kozlowski
2023-11-22 14:46 ` Krzysztof Kozlowski
2023-11-22 14:52 ` Rafał Miłecki
2023-11-22 14:52 ` Rafał Miłecki
2023-11-22 15:00 ` Krzysztof Kozlowski
2023-11-22 15:00 ` Krzysztof Kozlowski
2023-11-22 15:32 ` Rafał Miłecki
2023-11-22 15:32 ` Rafał Miłecki
2023-11-22 15:37 ` Krzysztof Kozlowski
2023-11-22 15:37 ` Krzysztof Kozlowski
2023-11-22 15:49 ` Rafał Miłecki
2023-11-22 15:49 ` Rafał Miłecki
2023-11-22 15:50 ` Krzysztof Kozlowski
2023-11-22 15:50 ` Krzysztof Kozlowski
2023-11-22 15:52 ` Rafał Miłecki
2023-11-22 15:52 ` Rafał Miłecki
2023-11-22 18:39 ` William Zhang
2023-11-22 18:39 ` William Zhang
2023-11-22 18:46 ` Krzysztof Kozlowski
2023-11-22 18:46 ` Krzysztof Kozlowski
2023-11-22 18:56 ` Krzysztof Kozlowski
2023-11-22 18:56 ` Krzysztof Kozlowski
2023-11-22 19:28 ` Florian Fainelli
2023-11-22 19:28 ` Florian Fainelli
2023-11-22 19:01 ` William Zhang
2023-11-22 19:01 ` William Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231122144208.21114-2-zajec5@gmail.com \
--to=zajec5@gmail.com \
--cc=alexandre.torgue@st.com \
--cc=anand.gore@broadcom.com \
--cc=andre.przywara@arm.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kursad.oney@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-serial@vger.kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rafal@milecki.pl \
--cc=robh+dt@kernel.org \
--cc=william.zhang@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.