dts: nordic: 54l: Add PPIB device tree nodes and bindings
Added a binding description for the PPIB peripheral and added the device tree nodes of the PPIB instances to the nRF54L15 and nRF54L20. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
parent
d6007690de
commit
61d72936cb
3 changed files with 109 additions and 0 deletions
13
dts/bindings/misc/nordic,nrf-ppib.yaml
Normal file
13
dts/bindings/misc/nordic,nrf-ppib.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: |
|
||||||
|
Nordic PPIB (Programmable Peripheral Interconnect Bridge)
|
||||||
|
|
||||||
|
compatible: "nordic,nrf-ppib"
|
||||||
|
|
||||||
|
include: base.yaml
|
||||||
|
|
||||||
|
properties:
|
||||||
|
reg:
|
||||||
|
required: true
|
|
@ -113,6 +113,18 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib00: ppib@43000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x43000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib01: ppib@44000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x44000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
spi00: spi@4a000 {
|
spi00: spi@4a000 {
|
||||||
/*
|
/*
|
||||||
* This spi node can be either SPIM or SPIS,
|
* This spi node can be either SPIM or SPIS,
|
||||||
|
@ -186,6 +198,18 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib10: ppib@83000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x83000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib11: ppib@84000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x84000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
timer10: timer@85000 {
|
timer10: timer@85000 {
|
||||||
compatible = "nordic,nrf-timer";
|
compatible = "nordic,nrf-timer";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -235,6 +259,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib20: ppib@c3000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc3000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib21: ppib@c4000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc4000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib22: ppib@c5000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc5000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c20: i2c@c6000 {
|
i2c20: i2c@c6000 {
|
||||||
compatible = "nordic,nrf-twim";
|
compatible = "nordic,nrf-twim";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -523,6 +565,12 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib30: ppib@103000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x103000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c30: i2c@104000 {
|
i2c30: i2c@104000 {
|
||||||
compatible = "nordic,nrf-twim";
|
compatible = "nordic,nrf-twim";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
|
@ -82,6 +82,18 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib00: ppib@44000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x44000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib01: ppib@45000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x45000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
spi00: spi@4d000 {
|
spi00: spi@4d000 {
|
||||||
/*
|
/*
|
||||||
* This spi node can be either SPIM or SPIS,
|
* This spi node can be either SPIM or SPIS,
|
||||||
|
@ -137,6 +149,18 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib10: ppib@83000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x83000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib11: ppib@84000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x84000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
timer10: timer@85000 {
|
timer10: timer@85000 {
|
||||||
compatible = "nordic,nrf-timer";
|
compatible = "nordic,nrf-timer";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
@ -185,6 +209,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib20: ppib@c3000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc3000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib21: ppib@c4000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc4000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ppib22: ppib@c5000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0xc5000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c20: i2c@c6000 {
|
i2c20: i2c@c6000 {
|
||||||
compatible = "nordic,nrf-twim";
|
compatible = "nordic,nrf-twim";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -464,6 +506,12 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ppib30: ppib@103000 {
|
||||||
|
compatible = "nordic,nrf-ppib";
|
||||||
|
reg = <0x103000 0x1000>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
i2c30: i2c@104000 {
|
i2c30: i2c@104000 {
|
||||||
compatible = "nordic,nrf-twim";
|
compatible = "nordic,nrf-twim";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue