mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
43 lines
753 B
Plaintext
43 lines
753 B
Plaintext
/dts-v1/;
|
|
|
|
#include "meson-gxm.dtsi"
|
|
#include "meson-gx-p23x-q20x.dtsi"
|
|
|
|
/ {
|
|
compatible = "magicsee,c400-plus", "amlogic,s912", "amlogic,meson-gxm";
|
|
model = "Magicsee C400 Plus";
|
|
};
|
|
|
|
/* Q201 has only internal PHY port */
|
|
ðmac {
|
|
phy-mode = "rmii";
|
|
phy-handle = <&internal_phy>;
|
|
};
|
|
|
|
&sd_emmc_a {
|
|
brcmf: wifi@1 {
|
|
reg = <1>;
|
|
compatible = "brcm,bcm4329-fmac";
|
|
};
|
|
};
|
|
|
|
&uart_A {
|
|
status = "okay";
|
|
pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
|
|
pinctrl-names = "default";
|
|
uart-has-rtscts;
|
|
|
|
bluetooth {
|
|
compatible = "qcom,qca9377-bt";
|
|
enable-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
|
|
max-speed = <2000000>;
|
|
clocks = <&wifi32k>;
|
|
clock-names = "lpo";
|
|
};
|
|
};
|
|
|
|
/* Wireless SDIO Module */
|
|
&sd_emmc_a {
|
|
max-frequency = <50000000>;
|
|
};
|