-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
riscv: dts: microchip: add fpga fabric section to icicle kit
Split the device tree for the Microchip MPFS into two sections by adding microchip-mpfs-fabric.dtsi, which contains peripherals contained in the FPGA fabric. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
- Loading branch information
Conor Dooley
authored and
Palmer Dabbelt
committed
Mar 10, 2022
1 parent
6546f92
commit 72560c6
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// SPDX-License-Identifier: (GPL-2.0 OR MIT) | ||
/* Copyright (c) 2020-2021 Microchip Technology Inc */ | ||
|
||
/ { | ||
core_pwm0: pwm@41000000 { | ||
compatible = "microchip,corepwm-rtl-v4"; | ||
reg = <0x0 0x41000000 0x0 0xF0>; | ||
microchip,sync-update-mask = /bits/ 32 <0>; | ||
#pwm-cells = <2>; | ||
clocks = <&clkcfg CLK_FIC3>; | ||
status = "disabled"; | ||
}; | ||
|
||
i2c2: i2c@44000000 { | ||
compatible = "microchip,corei2c-rtl-v7"; | ||
reg = <0x0 0x44000000 0x0 0x1000>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
clocks = <&clkcfg CLK_FIC3>; | ||
interrupt-parent = <&plic>; | ||
interrupts = <122>; | ||
clock-frequency = <100000>; | ||
status = "disabled"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters