xref: /freebsd/sys/contrib/device-tree/src/arm64/tesla/fsd-evb.dts (revision b97ee269eae3cbaf35c18f51a459aea581c2a7dc)
1c9ccf3a3SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2c9ccf3a3SEmmanuel Vadot/*
3c9ccf3a3SEmmanuel Vadot * Tesla FSD board device tree source
4c9ccf3a3SEmmanuel Vadot *
5c9ccf3a3SEmmanuel Vadot * Copyright (c) 2017-2021 Samsung Electronics Co., Ltd.
6c9ccf3a3SEmmanuel Vadot *		https://www.samsung.com
7c9ccf3a3SEmmanuel Vadot * Copyright (c) 2017-2021 Tesla, Inc.
8c9ccf3a3SEmmanuel Vadot *		https://www.tesla.com
9c9ccf3a3SEmmanuel Vadot */
10c9ccf3a3SEmmanuel Vadot
11c9ccf3a3SEmmanuel Vadot/dts-v1/;
12c9ccf3a3SEmmanuel Vadot#include "fsd.dtsi"
13c9ccf3a3SEmmanuel Vadot
14c9ccf3a3SEmmanuel Vadot/ {
15c9ccf3a3SEmmanuel Vadot	model = "Tesla Full Self-Driving (FSD) Evaluation board";
16c9ccf3a3SEmmanuel Vadot	compatible = "tesla,fsd-evb", "tesla,fsd";
17c9ccf3a3SEmmanuel Vadot
18c9ccf3a3SEmmanuel Vadot	aliases {
19c9ccf3a3SEmmanuel Vadot		serial0 = &serial_0;
20c9ccf3a3SEmmanuel Vadot		serial1 = &serial_1;
21c9ccf3a3SEmmanuel Vadot	};
22c9ccf3a3SEmmanuel Vadot
23c9ccf3a3SEmmanuel Vadot	chosen {
24c9ccf3a3SEmmanuel Vadot		stdout-path = &serial_0;
25c9ccf3a3SEmmanuel Vadot	};
26c9ccf3a3SEmmanuel Vadot
27c9ccf3a3SEmmanuel Vadot	memory@80000000 {
28c9ccf3a3SEmmanuel Vadot		device_type = "memory";
29c9ccf3a3SEmmanuel Vadot		reg = <0x0 0x80000000 0x2 0x00000000>;
30c9ccf3a3SEmmanuel Vadot	};
31c9ccf3a3SEmmanuel Vadot};
32c9ccf3a3SEmmanuel Vadot
33c9ccf3a3SEmmanuel Vadot&fin_pll {
34c9ccf3a3SEmmanuel Vadot	clock-frequency = <24000000>;
35c9ccf3a3SEmmanuel Vadot};
36c9ccf3a3SEmmanuel Vadot
37c9ccf3a3SEmmanuel Vadot&serial_0 {
38c9ccf3a3SEmmanuel Vadot	status = "okay";
39c9ccf3a3SEmmanuel Vadot};
40*b97ee269SEmmanuel Vadot
41*b97ee269SEmmanuel Vadot&ufs {
42*b97ee269SEmmanuel Vadot	status = "okay";
43*b97ee269SEmmanuel Vadot};
44