summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/bcm2711-rpi.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/bcm2711-rpi.dtsi')
-rw-r--r--arch/arm/dts/bcm2711-rpi.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm2711-rpi.dtsi b/arch/arm/dts/bcm2711-rpi.dtsi
new file mode 100644
index 0000000000..cb2952ccac
--- /dev/null
+++ b/arch/arm/dts/bcm2711-rpi.dtsi
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0
+
+&{/memory@0} {
+ reg = <0x0 0x0 0x0>;
+};
+
+&uart1 {
+ /* VPU core clock is reported at 200MHz, but needs to be 500Mhz
+ * for ns16550 driver to set correct baudrate. Until that's
+ * figured out, hardcode clock frequency to the expected value
+ */
+ clock-frequency = <500000000>;
+};