mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
ARM: dts: at91: sama5d2: Port ebi/nand nodes from linux
Required for using the new DM based atmel nand driver. Ported from Linux v6.7-rc4. Signed-off-by: Alexander Dahl <ada@thorsis.com>
This commit is contained in:
parent
42c4dcbbce
commit
e81a0159a8
@ -34,6 +34,15 @@
|
|||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
bootph-all;
|
bootph-all;
|
||||||
|
|
||||||
|
nfc_sram: sram@100000 {
|
||||||
|
compatible = "mmio-sram";
|
||||||
|
no-memory-wc;
|
||||||
|
reg = <0x00100000 0x2400>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0 0x00100000 0x2400>;
|
||||||
|
};
|
||||||
|
|
||||||
usb1: ohci@400000 {
|
usb1: ohci@400000 {
|
||||||
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
|
compatible = "atmel,at91rm9200-ohci", "usb-ohci";
|
||||||
reg = <0x00400000 0x100000>;
|
reg = <0x00400000 0x100000>;
|
||||||
@ -50,6 +59,32 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ebi: ebi@10000000 {
|
||||||
|
compatible = "atmel,sama5d3-ebi";
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
atmel,smc = <&hsmc>;
|
||||||
|
reg = <0x10000000 0x10000000
|
||||||
|
0x60000000 0x30000000>;
|
||||||
|
ranges = <0x0 0x0 0x10000000 0x10000000
|
||||||
|
0x1 0x0 0x60000000 0x10000000
|
||||||
|
0x2 0x0 0x70000000 0x10000000
|
||||||
|
0x3 0x0 0x80000000 0x10000000>;
|
||||||
|
clocks = <&h32ck>;
|
||||||
|
status = "disabled";
|
||||||
|
|
||||||
|
nand_controller: nand-controller {
|
||||||
|
compatible = "atmel,sama5d3-nand-controller";
|
||||||
|
atmel,nfc-sram = <&nfc_sram>;
|
||||||
|
atmel,nfc-io = <&nfc_io>;
|
||||||
|
ecc-engine = <&pmecc>;
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
sdmmc0: sdio-host@a0000000 {
|
sdmmc0: sdio-host@a0000000 {
|
||||||
compatible = "atmel,sama5d2-sdhci";
|
compatible = "atmel,sama5d2-sdhci";
|
||||||
reg = <0xa0000000 0x300>;
|
reg = <0xa0000000 0x300>;
|
||||||
@ -66,6 +101,11 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nfc_io: nfc-io@c0000000 {
|
||||||
|
compatible = "atmel,sama5d3-nfc-io", "syscon";
|
||||||
|
reg = <0xc0000000 0x8000000>;
|
||||||
|
};
|
||||||
|
|
||||||
apb {
|
apb {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
@ -657,6 +697,22 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hsmc: hsmc@f8014000 {
|
||||||
|
compatible = "atmel,sama5d2-smc", "syscon", "simple-mfd";
|
||||||
|
reg = <0xf8014000 0x1000>;
|
||||||
|
interrupts = <17 IRQ_TYPE_LEVEL_HIGH 6>;
|
||||||
|
clocks = <&hsmc_clk>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges;
|
||||||
|
|
||||||
|
pmecc: ecc-engine@f8014070 {
|
||||||
|
compatible = "atmel,sama5d2-pmecc";
|
||||||
|
reg = <0xf8014070 0x490>,
|
||||||
|
<0xf8014500 0x200>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
uart0: serial@f801c000 {
|
uart0: serial@f801c000 {
|
||||||
compatible = "atmel,at91sam9260-usart";
|
compatible = "atmel,at91sam9260-usart";
|
||||||
reg = <0xf801c000 0x100>;
|
reg = <0xf801c000 0x100>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user