dts: riscv: Remove peripheral aliases from OpenISA RV32M1 SoC
Removes peripheral aliases from the OpenISA RV32M1 SoC, which are no longer being used after converting their associated drivers to use DT_INST macros. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
370d02743a
commit
2d9b89e44f
1 changed files with 0 additions and 31 deletions
|
|
@ -11,37 +11,6 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
aliases {
|
||||
pcc-0 = &pcc0;
|
||||
pcc-1 = &pcc1;
|
||||
pinmux-a = &porta;
|
||||
pinmux-b = &portb;
|
||||
pinmux-c = &portc;
|
||||
pinmux-d = &portd;
|
||||
pinmux-e = &porte;
|
||||
gpio-a = &gpioa;
|
||||
gpio-b = &gpiob;
|
||||
gpio-c = &gpioc;
|
||||
gpio-d = &gpiod;
|
||||
gpio-e = &gpioe;
|
||||
uart-0 = &lpuart0;
|
||||
uart-1 = &lpuart1;
|
||||
uart-2 = &lpuart2;
|
||||
uart-3 = &lpuart3;
|
||||
i2c-0 = &lpi2c0;
|
||||
i2c-1 = &lpi2c1;
|
||||
i2c-2 = &lpi2c2;
|
||||
i2c-3 = &lpi2c3;
|
||||
spi-0 = &lpspi0;
|
||||
spi-1 = &lpspi1;
|
||||
spi-2 = &lpspi2;
|
||||
spi-3 = &lpspi3;
|
||||
pwm-0 = &tpm0;
|
||||
pwm-1 = &tpm1;
|
||||
pwm-2 = &tpm2;
|
||||
pwm-3 = &tpm3;
|
||||
};
|
||||
|
||||
chosen {
|
||||
zephyr,entropy = &trng;
|
||||
zephyr,flash-controller = &ftfe;
|
||||
|
|
|
|||
Loading…
Reference in a new issue