Browse Source

dts: intel_socfpga: Added altera FPGA driver dtsi node

Added altera FPGA driver dtsi node

Signed-off-by: Hardeep Sharma <hardeep.sharma@intel.com>
pull/71981/head
Hardeep Sharma 1 year ago committed by Carles Cufí
parent
commit
4d11e42d62
  1. 4
      dts/arm64/intel/intel_socfpga_agilex.dtsi
  2. 4
      dts/arm64/intel/intel_socfpga_agilex5.dtsi

4
dts/arm64/intel/intel_socfpga_agilex.dtsi

@ -99,6 +99,10 @@
reg = <0x10000000 0x200000>; reg = <0x10000000 0x200000>;
}; };
fpga0: bridges {
compatible = "altr,socfpga-agilex-bridge";
};
uart0: uart@ffc02000 { uart0: uart@ffc02000 {
compatible = "ns16550"; compatible = "ns16550";
reg-shift = <2>; reg-shift = <2>;

4
dts/arm64/intel/intel_socfpga_agilex5.dtsi

@ -97,6 +97,10 @@
reg = <0x80100000 DT_SIZE_M(8)>; reg = <0x80100000 DT_SIZE_M(8)>;
}; };
fpga0: bridges {
compatible = "altr,socfpga-agilex-bridge";
};
uart0: uart@10c02000 { uart0: uart@10c02000 {
compatible = "ns16550"; compatible = "ns16550";
reg-shift = <2>; reg-shift = <2>;

Loading…
Cancel
Save