mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
43 lines
732 B
Plaintext
43 lines
732 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2025 Patrick Yavitz <pyavitz@armbian.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "meson-axg-amper-gateway-gz80x.dtsi"
|
|
|
|
/ {
|
|
compatible = "amper,gateway-am-gz80x", "amlogic,a113x", "amlogic,meson-axg";
|
|
model = "Amper Gateway AM-GZ80x";
|
|
|
|
/* 1024MB RAM */
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x0 0x0 0x0 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&sd_emmc_b {
|
|
sdio: wifi@1 {
|
|
reg = <1>;
|
|
};
|
|
};
|
|
|
|
&spicc1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
/* Bluetooth */
|
|
&uart_B {
|
|
status = "okay";
|
|
pinctrl-0 = <&uart_b_x_pins>, <&uart_b_x_cts_rts_pins>;
|
|
pinctrl-names = "default";
|
|
uart-has-rtscts;
|
|
|
|
bluetooth {
|
|
compatible = "realtek,rtl8723bs-bt";
|
|
enable-gpios = <&gpio GPIOX_11 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
};
|