Skip to content

Commit

Permalink
radxa zero: add uart-ao-b-89 for v1.51 and later
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
  • Loading branch information
nascs committed Apr 19, 2024
1 parent 4a58709 commit b84fa14
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/amlogic/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dtb-$(CONFIG_ARCH_MESON) += \
radxa-zero-enable-vddio_c.dtbo \
radxa-zero-led-8-off.dtbo \
radxa-zero-led-10-off.dtbo \
radxa-zero-uart-ao-b-89-v1-51.dtbo \
radxa-zero-uart-ao-b-89.dtbo \
radxa-zero2-enable-vddio_c.dtbo \
radxa-zero2-radxa-25w-poe.dtbo
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/dts-v1/;
/plugin/;

#include "radxa-zero-led-8-off.dtsi"
#include "meson-g12-uart-ao-b-89.dtsi"

/ {
metadata {
title = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9";
compatible = "radxa,zero";
category = "misc";
exclusive = "uart_AO_B", "GPIOAO_8", "GPIOAO_9";
description = "Enable UART_AO-B on GPIOAO_8 and GPIOAO_9.\nOn Radxa Zero this is TX pin 35 & RX pin 37.\nThis applies to V1.51 and later.";
};
};

0 comments on commit b84fa14

Please sign in to comment.