hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/** @file
 * Copyright (c) 2017, Linaro Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-2-Clause-Patent
 */
 
/dts-v1/;
 
#include "SynQuacer.dtsi"
 
/ {
    model = "SynQuacer Evaluation Board";
    compatible = "socionext,synquacer-eval-board", "socionext,synquacer";
};
 
&gpio {
    gpio-line-names = "DSW3-PIN1",  "DSW3-PIN2",  "DSW3-PIN3",    "DSW3-PIN4",
                      "DSW3-PIN5",  "DSW3-PIN6",  "DSW3-PIN7",    "DSW3-PIN8",
                      "PEC-PD8",    "PEC-PD9",    "PEC-PD10",     "PEC-PD11",
                      "NC",         "NC",         "PCIE1EXTINT",  "PCIE0EXTINT",
                      "PHY_P2_2",   "PHY_P1_2",   "NC",           "NC",
                      "NC",         "NC",         "NC",           "NC",
                      "NC",         "NC",         "PEC-PD26",     "PEC-PD27",
                      "PEC-PD28",   "PEC-PD29",   "PEC-PD30",     "PEC-PD31";
};
 
&netsec {
    phy-mode = "rgmii";
};
 
&mdio_netsec {
    phy_netsec: ethernet-phy@1 {
        compatible = "ethernet-phy-ieee802.3-c22";
        reg = <1>;
    };
};