diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9263.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263.dtsi | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index 1467750e3377..1f67bb4c144e 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi | |||
@@ -62,6 +62,16 @@ | |||
62 | }; | 62 | }; |
63 | }; | 63 | }; |
64 | 64 | ||
65 | sram0: sram@00300000 { | ||
66 | compatible = "mmio-sram"; | ||
67 | reg = <0x00300000 0x14000>; | ||
68 | }; | ||
69 | |||
70 | sram1: sram@00500000 { | ||
71 | compatible = "mmio-sram"; | ||
72 | reg = <0x00300000 0x4000>; | ||
73 | }; | ||
74 | |||
65 | ahb { | 75 | ahb { |
66 | compatible = "simple-bus"; | 76 | compatible = "simple-bus"; |
67 | #address-cells = <1>; | 77 | #address-cells = <1>; |
@@ -294,7 +304,7 @@ | |||
294 | reg = <17>; | 304 | reg = <17>; |
295 | }; | 305 | }; |
296 | 306 | ||
297 | ac91_clk: ac97_clk { | 307 | ac97_clk: ac97_clk { |
298 | #clock-cells = <0>; | 308 | #clock-cells = <0>; |
299 | reg = <18>; | 309 | reg = <18>; |
300 | }; | 310 | }; |
@@ -685,6 +695,16 @@ | |||
685 | }; | 695 | }; |
686 | }; | 696 | }; |
687 | 697 | ||
698 | ac97 { | ||
699 | pinctrl_ac97: ac97-0 { | ||
700 | atmel,pins = | ||
701 | <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB12 periph A AC97FS pin */ | ||
702 | AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB13 periph A AC97CK pin */ | ||
703 | AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB14 periph A AC97TX pin */ | ||
704 | AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB14 periph A AC97RX pin */ | ||
705 | }; | ||
706 | }; | ||
707 | |||
688 | pioA: gpio@fffff200 { | 708 | pioA: gpio@fffff200 { |
689 | compatible = "atmel,at91rm9200-gpio"; | 709 | compatible = "atmel,at91rm9200-gpio"; |
690 | reg = <0xfffff200 0x200>; | 710 | reg = <0xfffff200 0x200>; |
@@ -813,6 +833,17 @@ | |||
813 | status = "disabled"; | 833 | status = "disabled"; |
814 | }; | 834 | }; |
815 | 835 | ||
836 | ac97: sound@fffa0000 { | ||
837 | compatible = "atmel,at91sam9263-ac97c"; | ||
838 | reg = <0xfffa0000 0x4000>; | ||
839 | interrupts = <18 IRQ_TYPE_LEVEL_HIGH 5>; | ||
840 | pinctrl-names = "default"; | ||
841 | pinctrl-0 = <&pinctrl_ac97>; | ||
842 | clocks = <&ac97_clk>; | ||
843 | clock-names = "ac97_clk"; | ||
844 | status = "disabled"; | ||
845 | }; | ||
846 | |||
816 | macb0: ethernet@fffbc000 { | 847 | macb0: ethernet@fffbc000 { |
817 | compatible = "cdns,at32ap7000-macb", "cdns,macb"; | 848 | compatible = "cdns,at32ap7000-macb", "cdns,macb"; |
818 | reg = <0xfffbc000 0x100>; | 849 | reg = <0xfffbc000 0x100>; |
@@ -953,6 +984,8 @@ | |||
953 | interrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>; | 984 | interrupts = <26 IRQ_TYPE_LEVEL_HIGH 3>; |
954 | pinctrl-names = "default"; | 985 | pinctrl-names = "default"; |
955 | pinctrl-0 = <&pinctrl_fb>; | 986 | pinctrl-0 = <&pinctrl_fb>; |
987 | clocks = <&lcd_clk>, <&lcd_clk>; | ||
988 | clock-names = "lcdc_clk", "hclk"; | ||
956 | status = "disabled"; | 989 | status = "disabled"; |
957 | }; | 990 | }; |
958 | 991 | ||