Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | // SPDX-License-Identifier: GPL-2.0 /dts-v1/; #include "aspeed-g4.dtsi" / { model = "Palmetto BMC"; compatible = "tyan,palmetto-bmc", "aspeed,ast2400"; chosen { stdout-path = &uart5; bootargs = "console=ttyS4,115200 earlyprintk"; }; memory { reg = <0x40000000 0x20000000>; }; reserved-memory { #address-cells = <1>; #size-cells = <1>; ranges; vga_memory: framebuffer@5f000000 { no-map; reg = <0x5f000000 0x01000000>; /* 16M */ }; }; }; &fmc { status = "okay"; flash@0 { status = "okay"; m25p,fast-read; label = "bmc"; }; }; &spi { status = "okay"; flash@0 { status = "okay"; m25p,fast-read; label = "pnor"; }; }; &uart5 { status = "okay"; }; &mac0 { status = "okay"; use-ncsi; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_rmii1_default>; }; &i2c0 { status = "okay"; eeprom@50 { compatible = "atmel,24c256"; reg = <0x50>; pagesize = <64>; }; rtc@68 { compatible = "dallas,ds3231"; reg = <0x68>; }; }; &i2c1 { status = "okay"; }; &i2c2 { status = "okay"; tmp423@4c { compatible = "ti,tmp423"; reg = <0x4c>; }; }; &i2c3 { status = "okay"; }; &i2c4 { status = "okay"; }; &i2c5 { status = "okay"; }; &i2c6 { status = "okay"; }; &i2c7 { status = "okay"; }; &vuart { status = "okay"; }; |