18cc087a1SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
28cc087a1SEmmanuel Vadot/*
3*7ef62cebSEmmanuel Vadot * Copyright (c) 2022 Vyacheslav Bocharov <adeep@lexina.in>
4*7ef62cebSEmmanuel Vadot * Copyright (c) 2022 JetHome
58cc087a1SEmmanuel Vadot * Author: Vyacheslav Bocharov <adeep@lexina.in>
68cc087a1SEmmanuel Vadot */
78cc087a1SEmmanuel Vadot
88cc087a1SEmmanuel Vadot/dts-v1/;
98cc087a1SEmmanuel Vadot
10*7ef62cebSEmmanuel Vadot#include "meson-axg-jethome-jethub-j1xx.dtsi"
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadot/ {
138cc087a1SEmmanuel Vadot	compatible = "jethome,jethub-j100", "amlogic,a113d", "amlogic,meson-axg";
14*7ef62cebSEmmanuel Vadot	model = "JetHome JetHub D1 (J100)";
158cc087a1SEmmanuel Vadot
168cc087a1SEmmanuel Vadot	/* 1024MB RAM */
178cc087a1SEmmanuel Vadot	memory@0 {
188cc087a1SEmmanuel Vadot		device_type = "memory";
198cc087a1SEmmanuel Vadot		reg = <0x0 0x0 0x0 0x40000000>;
208cc087a1SEmmanuel Vadot	};
218cc087a1SEmmanuel Vadot};
228cc087a1SEmmanuel Vadot
238cc087a1SEmmanuel Vadot
248cc087a1SEmmanuel Vadot/* wifi module */
258cc087a1SEmmanuel Vadot&sd_emmc_b {
268cc087a1SEmmanuel Vadot	non-removable;
278cc087a1SEmmanuel Vadot
288cc087a1SEmmanuel Vadot	brcmf: wifi@1 {
298cc087a1SEmmanuel Vadot		reg = <1>;
308cc087a1SEmmanuel Vadot		compatible = "brcm,bcm4329-fmac";
318cc087a1SEmmanuel Vadot	};
328cc087a1SEmmanuel Vadot};
338cc087a1SEmmanuel Vadot
348cc087a1SEmmanuel Vadot/* UART Bluetooth */
358cc087a1SEmmanuel Vadot&uart_B {
368cc087a1SEmmanuel Vadot	bluetooth {
378cc087a1SEmmanuel Vadot		compatible = "brcm,bcm43438-bt";
388cc087a1SEmmanuel Vadot		shutdown-gpios = <&gpio GPIOZ_7 GPIO_ACTIVE_HIGH>;
398cc087a1SEmmanuel Vadot	};
408cc087a1SEmmanuel Vadot};
41