Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * Copyright 2012 Stefan Roese <sr@denx.de>
0004  */
0005 
0006 /dts-v1/;
0007 /include/ "spear600.dtsi"
0008 
0009 / {
0010         model = "ST SPEAr600 Evaluation Board";
0011         compatible = "st,spear600-evb", "st,spear600";
0012         #address-cells = <1>;
0013         #size-cells = <1>;
0014 
0015         memory {
0016                 device_type = "memory";
0017                 reg = <0 0x10000000>;
0018         };
0019 };
0020 
0021 &clcd {
0022         status = "okay";
0023 };
0024 
0025 &dmac {
0026         status = "okay";
0027 };
0028 
0029 &ehci_usb0 {
0030         status = "okay";
0031 };
0032 
0033 &ehci_usb1 {
0034         status = "okay";
0035 };
0036 
0037 &gmac {
0038         phy-mode = "gmii";
0039         status = "okay";
0040 };
0041 
0042 &ohci_usb0 {
0043         status = "okay";
0044 };
0045 
0046 &ohci_usb1 {
0047         status = "okay";
0048 };
0049 
0050 &smi {
0051         status = "okay";
0052         clock-rate = <50000000>;
0053 
0054         flash@f8000000 {
0055                 reg = <0xf8000000 0x800000>;
0056                 st,smi-fast-mode;
0057 
0058                 partitions {
0059                         compatible = "fixed-partitions";
0060                         #address-cells = <1>;
0061                         #size-cells = <1>;
0062 
0063                         partition@0 {
0064                                 label = "xloader";
0065                                 reg = <0x0 0x10000>;
0066                         };
0067                         partition@10000 {
0068                                 label = "u-boot";
0069                                 reg = <0x10000 0x50000>;
0070                         };
0071                         partition@60000 {
0072                                 label = "environment";
0073                                 reg = <0x60000 0x10000>;
0074                         };
0075                         partition@70000 {
0076                                 label = "dtb";
0077                                 reg = <0x70000 0x10000>;
0078                         };
0079                         partition@80000 {
0080                                 label = "linux";
0081                                 reg = <0x80000 0x310000>;
0082                         };
0083                         partition@390000 {
0084                                 label = "rootfs";
0085                                 reg = <0x390000 0x0>;
0086                         };
0087                 };
0088         };
0089 };
0090 
0091 &uart0 {
0092         status = "okay";
0093 };
0094 
0095 &uart1 {
0096         status = "okay";
0097 };
0098 
0099 &rtc {
0100         status = "okay";
0101 };
0102 
0103 &i2c {
0104         clock-frequency = <400000>;
0105         status = "okay";
0106 };