1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2022 Vyacheslav Bocharov <adeep@lexina.in> 4 * Copyright (c) 2022 JetHome 5 * Author: Vyacheslav Bocharov <adeep@lexina.in> 6 */ 7 8/dts-v1/; 9 10#include "meson-axg-jethome-jethub-j1xx.dtsi" 11 12/ { 13 compatible = "jethome,jethub-j100", "amlogic,a113d", "amlogic,meson-axg"; 14 model = "JetHome JetHub D1 (J100)"; 15 16 /* 1024MB RAM */ 17 memory@0 { 18 device_type = "memory"; 19 reg = <0x0 0x0 0x0 0x40000000>; 20 }; 21}; 22 23 24/* wifi module */ 25&sd_emmc_b { 26 non-removable; 27 28 brcmf: wifi@1 { 29 reg = <1>; 30 compatible = "brcm,bcm4329-fmac"; 31 }; 32}; 33 34/* UART Bluetooth */ 35&uart_B { 36 bluetooth { 37 compatible = "brcm,bcm43438-bt"; 38 shutdown-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>; 39 }; 40}; 41