|
47 | 47 | };
|
48 | 48 | };
|
49 | 49 |
|
| 50 | + ns_sram: sram@100000 { |
| 51 | + compatible = "mmio-sram"; |
| 52 | + reg = <0x100000 0x20000>; |
| 53 | + ranges; |
| 54 | + #address-cells = <1>; |
| 55 | + #size-cells = <1>; |
| 56 | + }; |
| 57 | + |
50 | 58 | soc {
|
51 | 59 | compatible = "simple-bus";
|
52 | 60 | ranges;
|
53 | 61 | #address-cells = <1>;
|
54 | 62 | #size-cells = <1>;
|
55 | 63 |
|
| 64 | + securam: sram@e0000800 { |
| 65 | + compatible = "microchip,sama7d65-securam", "atmel,sama5d2-securam", "mmio-sram"; |
| 66 | + reg = <0xe0000800 0x4000>; |
| 67 | + ranges = <0 0xe0000800 0x4000>; |
| 68 | + clocks = <&pmc PMC_TYPE_PERIPHERAL 17>; |
| 69 | + #address-cells = <1>; |
| 70 | + #size-cells = <1>; |
| 71 | + no-memory-wc; |
| 72 | + }; |
| 73 | + |
| 74 | + secumod: security-module@e0004000 { |
| 75 | + compatible = "microchip,sama7d65-secumod", "atmel,sama5d2-secumod", "syscon"; |
| 76 | + reg = <0xe0004000 0x4000>; |
| 77 | + gpio-controller; |
| 78 | + #gpio-cells = <2>; |
| 79 | + }; |
| 80 | + |
56 | 81 | sfrbu: sfr@e0008000 {
|
57 | 82 | compatible ="microchip,sama7d65-sfrbu", "atmel,sama5d2-sfrbu", "syscon";
|
58 | 83 | reg = <0xe0008000 0x20>;
|
|
526 | 551 | };
|
527 | 552 | };
|
528 | 553 |
|
| 554 | + uddrc: uddrc@e3800000 { |
| 555 | + compatible = "microchip,sama7d65-uddrc", "microchip,sama7g5-uddrc"; |
| 556 | + reg = <0xe3800000 0x4000>; |
| 557 | + }; |
| 558 | + |
| 559 | + ddr3phy: ddr3phy@e3804000 { |
| 560 | + compatible = "microchip,sama7d65-ddr3phy", "microchip,sama7g5-ddr3phy"; |
| 561 | + reg = <0xe3804000 0x1000>; |
| 562 | + }; |
| 563 | + |
529 | 564 | gic: interrupt-controller@e8c11000 {
|
530 | 565 | compatible = "arm,cortex-a7-gic";
|
531 | 566 | reg = <0xe8c11000 0x1000>,
|
|
0 commit comments