1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Samsung ExynosAutov9 SADK board device tree source
4 *
5 * Copyright (c) 2021 Samsung Electronics Co., Ltd.
6 *
7 */
8
9/dts-v1/;
10#include "exynosautov9.dtsi"
11#include <dt-bindings/gpio/gpio.h>
12
13/ {
14	model = "Samsung ExynosAuto v9 SADK board";
15	compatible = "samsung,exynosautov9-sadk", "samsung,exynosautov9";
16
17	#address-cells = <2>;
18	#size-cells = <2>;
19
20	aliases {
21		serial0 = &serial_0;
22	};
23
24	chosen {
25		stdout-path = &serial_0;
26	};
27
28	memory@80000000 {
29		device_type = "memory";
30		reg = <0x0 0x80000000 0x0 0x77000000>,
31		      <0x8 0x80000000 0x1 0x7ba00000>,
32		      <0xa 0x00000000 0x2 0x00000000>;
33	};
34
35	ufs_0_fixed_vcc_reg: regulator-0 {
36		compatible = "regulator-fixed";
37		regulator-name = "ufs-vcc";
38		gpio = <&gpq0 1 GPIO_ACTIVE_HIGH>;
39		regulator-boot-on;
40		enable-active-high;
41	};
42};
43
44&serial_0 {
45	status = "okay";
46};
47
48&ufs_0_phy {
49	status = "okay";
50};
51
52&ufs_0 {
53	status = "okay";
54	vcc-supply = <&ufs_0_fixed_vcc_reg>;
55	vcc-fixed-regulator;
56};
57
58&usi_0 {
59	status = "okay";
60};
61