Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Copyright 2023 Mobileye Vision Technologies Ltd.
4 */
5
6/dts-v1/;
7
8#include "eyeq5.dtsi"
9
10/ {
11 compatible = "mobileye,eyeq5-epm5", "mobileye,eyeq5";
12 model = "Mobile EyeQ5 MP5 Evaluation board";
13
14 chosen {
15 stdout-path = "serial2:115200n8";
16 };
17
18 memory@0 {
19 device_type = "memory";
20 reg = <0x0 0x40000000 0x0 0x02000000>,
21 <0x8 0x02000000 0x0 0x7E000000>;
22 };
23};
24
25&i2c2 {
26 temperature-sensor@48 {
27 compatible = "ti,tmp112";
28 reg = <0x48>;
29 label = "U60";
30 };
31};
32
33&macb0 {
34 phy-mode = "sgmii";
35 phy-handle = <&macb0_phy>;
36
37 mdio {
38 #address-cells = <1>;
39 #size-cells = <0>;
40 macb0_phy: ethernet-phy@e {
41 reg = <0xe>;
42 };
43 };
44};
45
46&macb1 {
47 phy-mode = "rgmii-id";
48 phy-handle = <&macb1_phy>;
49
50 mdio {
51 #address-cells = <1>;
52 #size-cells = <0>;
53 macb1_phy: ethernet-phy@e {
54 reg = <0xe>;
55 };
56 };
57};