forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
radxa zero: add uart-ao-b-89 for v1.51 and later
Signed-off-by: Nascs Fang <[email protected]>
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
arch/arm64/boot/dts/amlogic/overlays/radxa-zero-uart-ao-b-89-v1-51.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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."; | ||
}; | ||
}; |