Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (C) 2021-2022, Intel Corporation
0004  */
0005 #include "socfpga_agilex.dtsi"
0006 
0007 / {
0008         model = "SoCFPGA Agilex n6000";
0009         compatible = "intel,socfpga-agilex-n6000", "intel,socfpga-agilex";
0010 
0011         aliases {
0012                 serial0 = &uart1;
0013                 serial1 = &uart0;
0014                 ethernet0 = &gmac0;
0015                 ethernet1 = &gmac1;
0016                 ethernet2 = &gmac2;
0017         };
0018 
0019         chosen {
0020                 stdout-path = "serial0:115200n8";
0021         };
0022 
0023         memory@0 {
0024                 device_type = "memory";
0025                 /* We expect the bootloader to fill in the reg */
0026                 reg = <0 0 0 0>;
0027         };
0028 
0029         soc {
0030                 bus@80000000 {
0031                         compatible = "simple-bus";
0032                         reg = <0x80000000 0x60000000>,
0033                                 <0xf9000000 0x00100000>;
0034                         reg-names = "axi_h2f", "axi_h2f_lw";
0035                         #address-cells = <2>;
0036                         #size-cells = <1>;
0037                         ranges = <0x00000000 0x00000000 0xf9000000 0x00001000>;
0038 
0039                         dma-controller@0 {
0040                                 compatible = "intel,hps-copy-engine";
0041                                 reg = <0x00000000 0x00000000 0x00001000>;
0042                                 #dma-cells = <1>;
0043                         };
0044                 };
0045         };
0046 };
0047 
0048 &osc1 {
0049         clock-frequency = <25000000>;
0050 };
0051 
0052 &uart0 {
0053         status = "okay";
0054 };
0055 
0056 &uart1 {
0057         status = "okay";
0058 };
0059 
0060 &watchdog0 {
0061         status = "okay";
0062 };
0063 
0064 &fpga_mgr {
0065         status = "disabled";
0066 };