dts: 750-84xx: wosm: move uio_mram to fss node
Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
parent
7a999a818a
commit
b911ee989b
@ -54,8 +54,15 @@ vcc_1v8_sys: regulator-4 {
|
|||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
uio_nvram: UIO_NVRAM@1000000 {
|
leds_gpio: leds {
|
||||||
|
compatible = "gpio-leds";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&fss {
|
||||||
|
uio_mram: uio@500000000 {
|
||||||
compatible = "uio_pdrv_genirq";
|
compatible = "uio_pdrv_genirq";
|
||||||
|
linux,uio-name = "UIO_OSPI_MRAM";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FSS Memory Region: External Memory Space (Region 3)
|
* FSS Memory Region: External Memory Space (Region 3)
|
||||||
@ -64,10 +71,6 @@ uio_nvram: UIO_NVRAM@1000000 {
|
|||||||
*/
|
*/
|
||||||
reg = <0x05 0x00000000 0x01 0x00000000>;
|
reg = <0x05 0x00000000 0x01 0x00000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds_gpio: leds {
|
|
||||||
compatible = "gpio-leds";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&mcu_pmx0 {
|
&mcu_pmx0 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user