Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 /dts-v1/;
0003 
0004 /* Bootloader installs ATF here */
0005 /memreserve/ 0x80000000 0x200000;
0006 
0007 #include "en7523.dtsi"
0008 
0009 / {
0010         model = "Airoha EN7523 Evaluation Board";
0011         compatible = "airoha,en7523-evb", "airoha,en7523";
0012 
0013         aliases {
0014                 serial0 = &uart1;
0015         };
0016 
0017         chosen {
0018                 bootargs = "console=ttyS0,115200 earlycon";
0019                 stdout-path = "serial0:115200n8";
0020                 linux,usable-memory-range = <0x80200000 0x1fe00000>;
0021         };
0022 
0023         memory@80000000 {
0024                 device_type = "memory";
0025                 reg = <0x80000000 0x20000000>;
0026         };
0027 };
0028 
0029 &gpio0 {
0030         status = "okay";
0031 };
0032 
0033 &gpio1 {
0034         status = "okay";
0035 };
0036 
0037 &pcie0 {
0038         status = "okay";
0039 };
0040 
0041 &pcie1 {
0042         status = "okay";
0043 };