12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
- /*
- * Tesla FSD board device tree source
- *
- * Copyright (c) 2017-2021 Samsung Electronics Co., Ltd.
- * https://www.samsung.com
- * Copyright (c) 2017-2021 Tesla, Inc.
- * https://www.tesla.com
- */
- /dts-v1/;
- #include "fsd.dtsi"
- / {
- model = "Tesla Full Self-Driving (FSD) Evaluation board";
- compatible = "tesla,fsd-evb", "tesla,fsd";
- aliases {
- serial0 = &serial_0;
- serial1 = &serial_1;
- };
- chosen {
- stdout-path = &serial_0;
- };
- memory@80000000 {
- device_type = "memory";
- reg = <0x0 0x80000000 0x2 0x00000000>;
- };
- };
- &fin_pll {
- clock-frequency = <24000000>;
- };
- &serial_0 {
- status = "okay";
- };
- &ufs {
- status = "okay";
- };
|