1// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2/* 3 * Copyright (c) 2020 BayLibre SAS. All rights reserved. 4 */ 5 6/dts-v1/; 7/plugin/; 8 9#include <dt-bindings/gpio/gpio.h> 10#include <dt-bindings/gpio/meson-g12a-gpio.h> 11#include <dt-bindings/input/input.h> 12#include <dt-bindings/interrupt-controller/irq.h> 13#include <dt-bindings/interrupt-controller/arm-gic.h> 14 15/ { 16 compatible = "seirobotics,sei510", "amlogic,g12a"; 17 model = "SEI Robotics SEI510"; 18 fragment@101 { 19 target-path = "/"; 20 21 __overlay__ { 22 reserved-memory { 23 #address-cells = <2>; 24 #size-cells = <2>; 25 ramoops@d000000 { 26 compatible = "ramoops"; 27 reg = <0x0 0x0d000000 0x0 0x00100000>; 28 record-size = <0x8000>; 29 console-size = <0x8000>; 30 ftrace-size = <0x0>; 31 pmsg-size = <0x8000>; 32 }; 33 }; 34 35 adc_keys { 36 button-onoff { 37 linux,code = <BTN_0>; 38 }; 39 }; 40 41 cvbs-connector { 42 status = "disabled"; 43 }; 44 }; 45 }; 46}; 47 48&vddao_3v3_t { 49 gpio-open-drain; 50}; 51 52&uart_A { 53 bluetooth { 54 interrupt-parent = <&gpio_intc>; 55 interrupts = <95 IRQ_TYPE_LEVEL_HIGH>; 56 interrupt-names = "host-wakeup"; 57 }; 58}; 59