// SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* * Copyright (c) 2019 BayLibre SAS. All rights reserved. */ /dts-v1/; #include "meson-g12a.dtsi" #include #include / { compatible = "seirobotics,sei510", "amlogic,g12a"; model = "SEI Robotics SEI510"; aliases { serial0 = &uart_AO; }; ao_5v: regulator-ao_5v { compatible = "regulator-fixed"; regulator-name = "AO_5V"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; vin-supply = <&dc_in>; regulator-always-on; }; chosen { stdout-path = "serial0:115200n8"; }; dc_in: regulator-dc_in { compatible = "regulator-fixed"; regulator-name = "DC_IN"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; regulator-always-on; }; emmc_1v8: regulator-emmc_1v8 { compatible = "regulator-fixed"; regulator-name = "EMMC_1V8"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; vin-supply = <&vddao_3v3>; regulator-always-on; }; memory@0 { device_type = "memory"; reg = <0x0 0x0 0x0 0x40000000>; }; reserved-memory { /* TEE Reserved Memory */ bl32_reserved: bl32@5000000 { reg = <0x0 0x05300000 0x0 0x2000000>; no-map; }; }; vddao_3v3: regulator-vddao_3v3 { compatible = "regulator-fixed"; regulator-name = "VDDAO_3V3"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&dc_in>; regulator-always-on; }; vddao_3v3_t: regultor-vddao_3v3_t { compatible = "regulator-fixed"; regulator-name = "VDDAO_3V3_T"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; vin-supply = <&vddao_3v3>; gpio = <&gpio GPIOH_8 GPIO_OPEN_DRAIN>; enable-active-high; }; vddio_ao1v8: regulator-vddio_ao1v8 { compatible = "regulator-fixed"; regulator-name = "VDDIO_AO1V8"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; vin-supply = <&vddao_3v3>; regulator-always-on; }; }; &uart_AO { status = "okay"; pinctrl-0 = <&uart_ao_a_pins>; pinctrl-names = "default"; };