0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 /*
0003 * Tesla FSD board device tree source
0004 *
0005 * Copyright (c) 2017-2021 Samsung Electronics Co., Ltd.
0006 * https://www.samsung.com
0007 * Copyright (c) 2017-2021 Tesla, Inc.
0008 * https://www.tesla.com
0009 */
0010
0011 /dts-v1/;
0012 #include "fsd.dtsi"
0013
0014 / {
0015 model = "Tesla Full Self-Driving (FSD) Evaluation board";
0016 compatible = "tesla,fsd-evb", "tesla,fsd";
0017
0018 aliases {
0019 serial0 = &serial_0;
0020 serial1 = &serial_1;
0021 };
0022
0023 chosen {
0024 stdout-path = &serial_0;
0025 };
0026
0027 memory@80000000 {
0028 device_type = "memory";
0029 reg = <0x0 0x80000000 0x2 0x00000000>;
0030 };
0031 };
0032
0033 &fin_pll {
0034 clock-frequency = <24000000>;
0035 };
0036
0037 &serial_0 {
0038 status = "okay";
0039 };
0040
0041 &ufs {
0042 status = "okay";
0043 };